change order of phases for python modules: checkPhase after installPhase

at least pycrypto it helps
This commit is contained in:
Florian Friesdorf
2012-12-05 11:31:28 +01:00
parent 3cf96816b0
commit 78be948175
@@ -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