xfstests: Enable parallel build

This commit is contained in:
Tuomas Tynkkynen 2017-04-01 19:42:41 +03:00
parent 197bbe0e1b
commit ba360f90f9

View File

@ -14,6 +14,7 @@ stdenv.mkDerivation {
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ]; buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];
enableParallelBuilding = true;
patchPhase = '' patchPhase = ''
# Patch the destination directory # Patch the destination directory