wv: set enableParallelBuilding=true

This commit is contained in:
Adam Joseph 2023-04-05 19:31:40 -07:00 committed by Artturin
parent a168173e9c
commit c556c242bb

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