From d3e3001f5e87ea0012fce409685ee87b12a5632f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 16 Mar 2023 16:15:49 +0100 Subject: [PATCH] Revert "Fix coverage job" This reverts commit cae8edb20711d80ec094650246b9f1fa1a10ef66. --- flake.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 60d525cb4..5ddd086c9 100644 --- a/flake.nix +++ b/flake.nix @@ -508,16 +508,18 @@ enableParallelBuilding = true; nativeBuildInputs = nativeBuildDeps; - buildInputs = buildDeps ++ propagatedDeps ++ awsDeps ++ checkDeps; + buildInputs = buildDeps ++ propagatedDeps ++ awsDeps; dontInstall = false; doInstallCheck = true; - installCheckTarget = "installcheck"; # work around buggy detection in stdenv lcovFilter = [ "*/boost/*" "*-tab.*" ]; - hardeningDisable = ["fortify"]; + # 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; }; # System tests.