mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
libxslt: enable parallel building
Tested at -j64.
This commit is contained in:
parent
da0100beaf
commit
d178ca8b13
@ -60,6 +60,8 @@ stdenv.mkDerivation rec {
|
||||
"--without-crypto"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postFixup = ''
|
||||
moveToOutput bin/xslt-config "$dev"
|
||||
moveToOutput lib/xsltConf.sh "$dev"
|
||||
|
Loading…
Reference in New Issue
Block a user