Revert "move checkPhase after fixupPhase for python packages"
This reverts commit 413c44da228754018a2920cb556303e803a9d488. svn path=/nixpkgs/branches/stdenv-updates/; revision=32643
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
|
||||
, doCheck ? true
|
||||
|
||||
# run after fixupPhase
|
||||
, checkPhase ?
|
||||
''
|
||||
runHook preCheck
|
||||
@@ -70,9 +69,6 @@
|
||||
python.stdenv.mkDerivation (attrs // {
|
||||
inherit doCheck buildPhase checkPhase;
|
||||
|
||||
# moves checkPhase from after buildPhase to after fixupPhase
|
||||
builder = ./builder.sh;
|
||||
|
||||
name = namePrefix + name;
|
||||
|
||||
buildInputs = [ python wrapPython setuptools unzip ] ++ buildInputs ++ pythonPath;
|
||||
|
||||
Reference in New Issue
Block a user