summary refs log tree commit diff
path: root/pkgs/build-support/release
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2009-11-26 06:52:13 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2009-11-26 06:52:13 +0000
commitd55c6d8404f2a4105752cfc2ed70405ffaa852a5 (patch)
tree40a12516444b3285aab6975a1b9f65d24a4e0b1f /pkgs/build-support/release
parent22c531b1629379d1e12f9b0d3a7c493dc57fffbc (diff)
downloadnixlib-d55c6d8404f2a4105752cfc2ed70405ffaa852a5.tar
nixlib-d55c6d8404f2a4105752cfc2ed70405ffaa852a5.tar.gz
nixlib-d55c6d8404f2a4105752cfc2ed70405ffaa852a5.tar.bz2
nixlib-d55c6d8404f2a4105752cfc2ed70405ffaa852a5.tar.lz
nixlib-d55c6d8404f2a4105752cfc2ed70405ffaa852a5.tar.xz
nixlib-d55c6d8404f2a4105752cfc2ed70405ffaa852a5.tar.zst
nixlib-d55c6d8404f2a4105752cfc2ed70405ffaa852a5.zip
revert change from ludo rev. 18634. for now this order is needed for the stratego packages in the buildfarm, and the order should matter as normally nothing gets built in check phase that is needed for install phase
svn path=/nixpkgs/trunk/; revision=18637
Diffstat (limited to 'pkgs/build-support/release')
-rw-r--r--pkgs/build-support/release/nix-build.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/release/nix-build.nix b/pkgs/build-support/release/nix-build.nix
index 1d88836c2c8f..005719552f1b 100644
--- a/pkgs/build-support/release/nix-build.nix
+++ b/pkgs/build-support/release/nix-build.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation (
 
     showBuildStats = true;
 
-    phases = "unpackPhase patchPhase configurePhase buildPhase checkPhase installPhase fixupPhase distPhase ${if doCoverageAnalysis then "coverageReportPhase" else ""} finalPhase";
+    phases = "unpackPhase patchPhase configurePhase buildPhase installPhase checkPhase fixupPhase distPhase ${if doCoverageAnalysis then "coverageReportPhase" else ""} finalPhase";
 
     finalPhase =
       ''