Merge pull request #224932 from amjoseph-nixpkgs/pr/wv/enableParallelBuilding
wv: set enableParallelBuilding=true
This commit is contained in:
commit
a8709c13c5
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# autoreconfHook fails hard if these two files do not exist
|
||||
postPatch = ''
|
||||
touch AUTHORS ChangeLog
|
||||
|
|
Loading…
Reference in a new issue