summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix')
-rw-r--r--pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix b/pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix
index c67df416c5c6c..77aa94a3b863a 100644
--- a/pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix
+++ b/pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix
@@ -1,11 +1,13 @@
 { lib
 , python3
+, fetchPypi
 }:
+
 python3.pkgs.buildPythonPackage rec {
   pname = "listparser";
   version = "0.18";
 
-  src = python3.pkgs.fetchPypi {
+  src = fetchPypi {
     inherit pname version;
     sha256 = "0hdqs1mmayw1r8yla43hgb4d9y3zqs5483vgf8j9ygczkd2wrq2b";
   };