From 65c8919d0da4494786ee28fef6da97ac59fcee1a Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 27 Oct 2016 01:15:34 +0200 Subject: pkgs/grandpa: Remove dependency on bsddb It seems (haven't really tested) that since NixOS/nixpkgs@bee439207bd729eee0bf5dcae5be44320cee45cd using bsddb is no longer necessary and built in into Python. I haven't tested whether this is true or not, but the attribute is gone so let's make sure that the expression evaluates for now. Signed-off-by: aszlig --- pkgs/grandpa/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/grandpa') 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 ]; } -- cgit 1.4.1