From c738b78ed9c2c07b6b6c767edd3cd8c87b40087f Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 16 Aug 2016 00:31:49 +0200 Subject: pkgs/grandpa: Use Cython from pythonPackages The top-level package doesn't exist anymore and has been removed in NixOS/nixpkgs@11d1fdfd8bf5411218571ef9fb9441705b23c459. Signed-off-by: aszlig --- pkgs/grandpa/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/grandpa/default.nix b/pkgs/grandpa/default.nix index b1704538..f8aaf62c 100644 --- a/pkgs/grandpa/default.nix +++ b/pkgs/grandpa/default.nix @@ -1,4 +1,4 @@ -{ fetchFromGitHub, buildPythonPackage, pythonPackages, cython, gpm }: +{ fetchFromGitHub, buildPythonPackage, pythonPackages, gpm }: pythonPackages.buildPythonPackage { name = "grandpa-0.5"; @@ -13,7 +13,7 @@ pythonPackages.buildPythonPackage { doCheck = false; - buildInputs = [ cython gpm ]; + buildInputs = [ pythonPackages.cython gpm ]; propagatedBuildInputs = with pythonPackages; [ bsddb curses pyserial ]; -- cgit 1.4.1