forked from lix-project/lix
Test PRECOMPILE_HEADERS=0
This commit is contained in:
parent
835e541144
commit
c86c71c2b1
|
@ -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" ];
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue