Merge pull request #224932 from amjoseph-nixpkgs/pr/wv/enableParallelBuilding

wv: set enableParallelBuilding=true
This commit is contained in:
Adam Joseph 2023-04-13 19:21:05 +00:00 committed by GitHub
commit a8709c13c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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