Test PRECOMPILE_HEADERS=0

This commit is contained in:
Eelco Dolstra 2020-01-13 21:44:35 +01:00
parent 835e541144
commit c86c71c2b1
1 changed files with 5 additions and 0 deletions

View File

@ -240,6 +240,8 @@ let
name = "nix-build";
src = tarball;
enableParallelBuilding = true;
buildInputs = buildDeps;
dontInstall = false;
@ -252,6 +254,9 @@ let
# syntax-check generated dot files, it still requires some
# fonts. So provide those.
FONTCONFIG_FILE = texFunctions.fontsConf;
# To test building without precompiled headers.
makeFlagsArray = [ "PRECOMPILE_HEADERS=0" ];
};