3
0
Fork 0
forked from mirrors/nixpkgs

* 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:
Rob Vermaas 2010-01-04 12:07:05 +00:00
parent 24a6975593
commit 67d7f430e2

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation (
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 =
''