* removed wrong order of phases from nixbuild, for now make check after install for strategoxt packages
svn path=/nixpkgs/trunk/; revision=19202
This commit is contained in:
parent
24a6975593
commit
67d7f430e2
@ -22,7 +22,7 @@ stdenv.mkDerivation (
|
|||||||
|
|
||||||
showBuildStats = true;
|
showBuildStats = true;
|
||||||
|
|
||||||
phases = "unpackPhase patchPhase configurePhase buildPhase installPhase checkPhase fixupPhase distPhase ${if doCoverageAnalysis then "coverageReportPhase" else ""} finalPhase";
|
phases = "unpackPhase patchPhase configurePhase buildPhase checkPhase installPhase fixupPhase distPhase ${if doCoverageAnalysis then "coverageReportPhase" else ""} finalPhase";
|
||||||
|
|
||||||
finalPhase =
|
finalPhase =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user