change order of phases for python modules: checkPhase after installPhase

at least pycrypto it helps
This commit is contained in:
Florian Friesdorf 2012-12-03 08:01:16 +01:00
parent 3cf96816b0
commit 78be948175

View File

@ -47,6 +47,8 @@ python.stdenv.mkDerivation (attrs // {
name = namePrefix + name;
phases = "unpackPhase patchPhase configurePhase buildPhase installPhase checkPhase fixupPhase distPhase";
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
# setuptoolsSite is responsible for loading pth files