zlib: enable check and parallel building (#62025)

* zlib: enable check and parallel building

* Remove empty maintainers line
wip/yesman
Benjamin Hipple 5 years ago committed by Samuel Leathers
parent 0eb0b742f0
commit 11acf66e00
  1. 3
      pkgs/development/libraries/zlib/default.nix

@ -96,6 +96,9 @@ stdenv.mkDerivation (rec {
"LIBRARY_PATH=$(out)/lib"
];
enableParallelBuilding = true;
doCheck = true;
makeFlags = [
"PREFIX=${stdenv.cc.targetPrefix}"
] ++ stdenv.lib.optionals (stdenv.hostPlatform.libc == "msvcrt") [

Loading…
Cancel
Save