pythonPackages: fix native / check inputs

This commit is contained in:
Frederik Rietdijk
2019-01-15 10:16:12 +01:00
committed by Frederik Rietdijk
parent 15396247ca
commit 5a3670b83c
34 changed files with 77 additions and 59 deletions
@@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "90f8e61121d6ae58362ce3bed8cd997efb00c914eae0ff3d363c32f9a9822d10";
};
buildInputs = [ nose ];
checkInputs = [ nose ];
checkPhase = ''
nosetests build
'';