From 711e499942871d4a122178b4ac093176d5ed10ff Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 27 Oct 2016 01:28:09 +0200 Subject: pkgs/grandpa: Remove dependency on curses Follow up to 65c8919d0da4494786ee28fef6da97ac59fcee1a. Another attribute that is now gone since NixOS/nixpkgs@bee439207bd729eee0bf5dcae5be44320cee45cd. However, I've tested evaluation on the package this time. Signed-off-by: aszlig --- pkgs/grandpa/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkgs') 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 ]; } -- cgit 1.4.1