This commit is contained in:
Florian Friesdorf 2013-01-09 05:21:01 +01:00
parent 838761cad2
commit 6654cb8a10

View file

@ -47,6 +47,7 @@ python.stdenv.mkDerivation (attrs // {
name = namePrefix + name;
# checkPhase after installPhase to run tests on installed packages
phases = "unpackPhase patchPhase configurePhase buildPhase installPhase checkPhase fixupPhase distPhase";
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;