mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
libxslt: enable parallel building
Tested at -j64.
This commit is contained in:
@@ -60,6 +60,8 @@ stdenv.mkDerivation rec {
|
||||
"--without-crypto"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postFixup = ''
|
||||
moveToOutput bin/xslt-config "$dev"
|
||||
moveToOutput lib/xsltConf.sh "$dev"
|
||||
|
||||
Reference in New Issue
Block a user