mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
xfstests: Enable parallel build
This commit is contained in:
parent
197bbe0e1b
commit
ba360f90f9
|
@ -14,6 +14,7 @@ stdenv.mkDerivation {
|
|||
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patchPhase = ''
|
||||
# Patch the destination directory
|
||||
|
|
Loading…
Reference in a new issue