mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Fix coverage.nix
This commit is contained in:
parent
2c3749a335
commit
ca59832808
1 changed files with 8 additions and 6 deletions
14
coverage.nix
14
coverage.nix
|
@ -14,19 +14,21 @@ releaseTools.coverageAnalysis {
|
|||
|
||||
inherit (nix)
|
||||
src
|
||||
configureFlags
|
||||
nativeBuildInputs
|
||||
buildInputs
|
||||
#checkInputs
|
||||
nativeBuildInputs
|
||||
propagatedBuildInputs
|
||||
configureFlags
|
||||
makeFlags
|
||||
installFlags
|
||||
doInstallCheck
|
||||
installCheckFlags
|
||||
installCheckTarget
|
||||
;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
dontInstall = false;
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheckTarget = "installcheck"; # work around buggy detection in stdenv
|
||||
|
||||
lcovFilter = [ "*/boost/*" "*-tab.*" ];
|
||||
|
||||
hardeningDisable = ["fortify"];
|
||||
|
|
Loading…
Reference in a new issue