zlib: enable check and parallel building (#62025)

* zlib: enable check and parallel building

* Remove empty maintainers line
This commit is contained in:
Benjamin Hipple 2019-08-31 23:20:02 -04:00 committed by Samuel Leathers
parent 0eb0b742f0
commit 11acf66e00

View File

@ -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") [