zlib: skip configure in windows

configure spits out an error when running on windows
wip/yesman
Matthew Bauer 6 years ago
parent a5de0ca963
commit 845a364564
  1. 2
      pkgs/development/libraries/zlib/default.nix

@ -82,4 +82,6 @@ stdenv.mkDerivation (rec {
preConfigure = ''
export CHOST=${stdenv.hostPlatform.config}
'';
} // stdenv.lib.optionalAttrs (stdenv.hostPlatform.libc == "msvcrt") {
configurePhase = ":";
})

Loading…
Cancel
Save