about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/grandpa/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/grandpa/default.nix b/pkgs/grandpa/default.nix
index 6e03e1db..f37f6b2f 100644
--- a/pkgs/grandpa/default.nix
+++ b/pkgs/grandpa/default.nix
@@ -14,7 +14,5 @@ pythonPackages.buildPythonPackage {
   doCheck = false;
 
   buildInputs = [ pythonPackages.cython gpm ];
-  propagatedBuildInputs = with pythonPackages; [
-    curses pyserial
-  ];
+  propagatedBuildInputs = [ pythonPackages.pyserial ];
 }