Skip to content
Snippets Groups Projects
Commit c86c71c2 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Test PRECOMPILE_HEADERS=0

parent 835e5411
No related branches found
No related tags found
No related merge requests found
......@@ -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" ];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment