summary refs log tree commit diff
path: root/pkgs/build-support/release/nix-build.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-11-25 23:15:18 +0000
committerLudovic Courtès <ludo@gnu.org>2009-11-25 23:15:18 +0000
commitf5236b1e0d9d8e75b48cffa15e8fb017997461ec (patch)
treeccb5f0fa64750a272a07b1ef6318937b122e0b18 /pkgs/build-support/release/nix-build.nix
parent46526b4ac92ad2f1aa4bcefa41c38c8a4ee63162 (diff)
downloadnixpkgs-f5236b1e0d9d8e75b48cffa15e8fb017997461ec.tar
nixpkgs-f5236b1e0d9d8e75b48cffa15e8fb017997461ec.tar.gz
nixpkgs-f5236b1e0d9d8e75b48cffa15e8fb017997461ec.tar.bz2
nixpkgs-f5236b1e0d9d8e75b48cffa15e8fb017997461ec.tar.lz
nixpkgs-f5236b1e0d9d8e75b48cffa15e8fb017997461ec.tar.xz
nixpkgs-f5236b1e0d9d8e75b48cffa15e8fb017997461ec.tar.zst
nixpkgs-f5236b1e0d9d8e75b48cffa15e8fb017997461ec.zip
releaseTools.nixBuild: Perform `checkPhase' before `installPhase'.
svn path=/nixpkgs/trunk/; revision=18634
Diffstat (limited to 'pkgs/build-support/release/nix-build.nix')
-rw-r--r--pkgs/build-support/release/nix-build.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/build-support/release/nix-build.nix b/pkgs/build-support/release/nix-build.nix
index 21fe1c81218..1d88836c2c8 100644
--- a/pkgs/build-support/release/nix-build.nix
+++ b/pkgs/build-support/release/nix-build.nix
@@ -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 =
       ''