1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-25 19:51:00 +01:00

Merge pull request #8008 from NixOS/backport-8007-to-2.14-maintenance

[Backport 2.14-maintenance] Fix coverage job
This commit is contained in:
Eelco Dolstra 2023-03-08 17:14:31 +01:00 committed by GitHub
commit 3dfbf03407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -507,18 +507,16 @@
enableParallelBuilding = true;
nativeBuildInputs = nativeBuildDeps;
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps;
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps ++ checkDeps;
dontInstall = false;
doInstallCheck = true;
installCheckTarget = "installcheck"; # work around buggy detection in stdenv
lcovFilter = [ "*/boost/*" "*-tab.*" ];
# We call `dot', and even though we just use it to
# syntax-check generated dot files, it still requires some
# fonts. So provide those.
FONTCONFIG_FILE = texFunctions.fontsConf;
hardeningDisable = ["fortify"];
};
# System tests.