wv: set enableParallelBuilding=true

This commit is contained in:
Adam Joseph
2023-04-13 21:08:36 +03:00
committed by Artturin
parent a168173e9c
commit c556c242bb
+2
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