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