forked from mirrors/nixpkgs
cygwin: skip ssl support for postgresql (temporary)
This commit is contained in:
parent
277c263c1e
commit
b980b7445f
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue