openssl: fix cygwin build

This commit is contained in:
David McFarland
2017-06-26 09:33:22 -03:00
parent b92840487e
commit c580ab4fcf
2 changed files with 0 additions and 137 deletions
@@ -22,7 +22,6 @@ let
++ [ ./nix-ssl-cert-file.patch ]
++ optional (versionOlder version "1.1.0")
(if stdenv.isDarwin then ./use-etc-ssl-certs-darwin.patch else ./use-etc-ssl-certs.patch)
++ optional stdenv.isCygwin ./1.0.1-cygwin64.patch
++ optional
(versionOlder version "1.0.2" && (stdenv.isDarwin || (stdenv ? cross && stdenv.cross.libc == "libSystem")))
./darwin-arch.patch;