releaseTools.nixBuild: Perform checkPhase' before
installPhase'.
svn path=/nixpkgs/trunk/; revision=18634
This commit is contained in:
parent
46526b4ac9
commit
f5236b1e0d
@ -22,8 +22,7 @@ stdenv.mkDerivation (
|
||||
|
||||
showBuildStats = true;
|
||||
|
||||
# Hack - swap checkPhase and installPhase (otherwise Stratego barfs).
|
||||
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 =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user