3
0
Fork 0
forked from mirrors/nixpkgs

cygwin: skip ssl support for postgresql (temporary)

This commit is contained in:
Rok Garbas 2015-06-10 14:09:44 +02:00
parent 277c263c1e
commit b980b7445f

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "world" ];
configureFlags = [ "--with-openssl" ];
configureFlags = stdenv.lib.optionals (!stdenv.isCygwin) [ "--with-openssl" ];
patches = [ ./disable-resolve_symlinks.patch ./less-is-more.patch ];