mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
zlib: enable check and parallel building (#62025)
* zlib: enable check and parallel building * Remove empty maintainers line
This commit is contained in:
parent
0eb0b742f0
commit
11acf66e00
@ -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…
Reference in New Issue
Block a user