From d55c6d8404f2a4105752cfc2ed70405ffaa852a5 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 26 Nov 2009 06:52:13 +0000 Subject: [PATCH] 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 --- pkgs/build-support/release/nix-build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/release/nix-build.nix b/pkgs/build-support/release/nix-build.nix index 1d88836c2c8..005719552f1 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 = ''