change order of phases for python modules: checkPhase after installPhase
at least pycrypto it helps
This commit is contained in:
@@ -47,6 +47,8 @@ python.stdenv.mkDerivation (attrs // {
|
|||||||
|
|
||||||
name = namePrefix + name;
|
name = namePrefix + name;
|
||||||
|
|
||||||
|
phases = "unpackPhase patchPhase configurePhase buildPhase installPhase checkPhase fixupPhase distPhase";
|
||||||
|
|
||||||
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
|
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
|
||||||
|
|
||||||
# setuptoolsSite is responsible for loading pth files
|
# setuptoolsSite is responsible for loading pth files
|
||||||
|
|||||||
Reference in New Issue
Block a user