Commit c556c242 authored by Adam Joseph's avatar Adam Joseph Committed by Artturin
Browse files

wv: set enableParallelBuilding=true

parent a168173e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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