libxslt: enable parallel building

Tested at -j64.
This commit is contained in:
Alyssa Ross 2024-01-04 17:56:05 +01:00
parent da0100beaf
commit d178ca8b13

View File

@ -60,6 +60,8 @@ stdenv.mkDerivation rec {
"--without-crypto"
];
enableParallelBuilding = true;
postFixup = ''
moveToOutput bin/xslt-config "$dev"
moveToOutput lib/xsltConf.sh "$dev"