summary refs log tree commit diff
path: root/pkgs/build-support/release/nix-build.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-03 13:39:30 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-03 13:57:08 +0100
commit497997cc388ce791ca0b4dc55f46ab515e8fb5d9 (patch)
tree867053bb31858180d2b439d1c63c610c58be54ee /pkgs/build-support/release/nix-build.nix
parentad7c518e45221533e2094acb20fea6ade477da75 (diff)
downloadnixpkgs-497997cc388ce791ca0b4dc55f46ab515e8fb5d9.tar
nixpkgs-497997cc388ce791ca0b4dc55f46ab515e8fb5d9.tar.gz
nixpkgs-497997cc388ce791ca0b4dc55f46ab515e8fb5d9.tar.bz2
nixpkgs-497997cc388ce791ca0b4dc55f46ab515e8fb5d9.tar.lz
nixpkgs-497997cc388ce791ca0b4dc55f46ab515e8fb5d9.tar.xz
nixpkgs-497997cc388ce791ca0b4dc55f46ab515e8fb5d9.tar.zst
nixpkgs-497997cc388ce791ca0b4dc55f46ab515e8fb5d9.zip
Move generation of coverage reports from nixos/lib/testing to releaseTools
Also, turn some stdenv adapters into setup hooks.
Diffstat (limited to 'pkgs/build-support/release/nix-build.nix')
-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 993f12bc300..8ebae24c673 100644
--- a/pkgs/build-support/release/nix-build.nix
+++ b/pkgs/build-support/release/nix-build.nix
@@ -79,7 +79,7 @@ stdenv.mkDerivation (
 
     prePhases = ["initPhase"] ++ prePhases;
 
-    buildInputs = buildInputs ++ stdenv.lib.optional doCoverageAnalysis args.makeCoverageAnalysisReport;
+    buildInputs = buildInputs ++ stdenv.lib.optional doCoverageAnalysis args.makeGCOVReport;
 
     lcovFilter = ["/nix/store/*"] ++ lcovFilter;