From 67d7f430e240e6fa0f5966fda76760804d1a48b9 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 4 Jan 2010 12:07:05 +0000 Subject: [PATCH] * removed wrong order of phases from nixbuild, for now make check after install for strategoxt packages svn path=/nixpkgs/trunk/; revision=19202 --- 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 005719552f1..1d88836c2c8 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 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 = ''