default.nix: enable parallel build
This commit is contained in:
parent
5a8e64a595
commit
da1ddd186e
@ -43,12 +43,14 @@ in
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildInputs = lib.optional static pkgs.glibc.static;
|
||||||
|
|
||||||
# fonts needed for the PDF manual
|
# fonts needed for the PDF manual
|
||||||
FONTCONFIG_FILE = pkgs.makeFontsConf {
|
FONTCONFIG_FILE = pkgs.makeFontsConf {
|
||||||
fontDirectories = with pkgs; [ fira-mono libertinus ];
|
fontDirectories = with pkgs; [ fira-mono libertinus ];
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = lib.optional static pkgs.glibc.static;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user