cygwin: skip ssl support for postgresql (temporary)

+1 -1
+1 -1
pkgs/servers/sql/postgresql/9.2.x.nix
··· 16 16 17 17 makeFlags = [ "world" ]; 18 18 19 - configureFlags = [ "--with-openssl" ]; 19 + configureFlags = stdenv.lib.optionals (!stdenv.isCygwin) [ "--with-openssl" ]; 20 20 21 21 patches = [ ./disable-resolve_symlinks.patch ./less-is-more.patch ]; 22 22