cygwin: skip ssl support for postgresql (temporary)

This commit is contained in:
Rok Garbas
2015-06-12 12:17:12 +02:00
parent 277c263c1e
commit b980b7445f
+1 -1
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 ];