From bd003198b374c445caa56bd710eb93a01ae733ae Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Mon, 22 Jun 2015 13:24:33 +0200 Subject: [PATCH] openssl: patch not needed anymore for darwin platform, closes #8456 The darwin-arch.patch that was needed for previous releases doesn't apply, and also doesn't work anymore. It builds fine without. --- pkgs/development/libraries/openssl/1.0.2.x.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/libraries/openssl/1.0.2.x.nix b/pkgs/development/libraries/openssl/1.0.2.x.nix index 52867440191..e5237515f20 100644 --- a/pkgs/development/libraries/openssl/1.0.2.x.nix +++ b/pkgs/development/libraries/openssl/1.0.2.x.nix @@ -31,9 +31,7 @@ let ++ stdenv.lib.optionals (stdenv.system == "x86_64-kfreebsd-gnu") [ ./gnu.patch ./kfreebsd-gnu.patch - ] - - ++ stdenv.lib.optional isDarwin ./darwin-arch.patch; + ]; extraPatches = stdenv.lib.optional stdenv.isCygwin ./1.0.1-cygwin64.patch; in