summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMike Sperber <sperber@deinprogramm.de>2015-06-22 13:24:33 +0200
committerRok Garbas <rok@garbas.si>2015-06-22 19:59:28 +0200
commitbd003198b374c445caa56bd710eb93a01ae733ae (patch)
treec361a630ee6e8ada93dfae7c3b89dc493b4a2618 /pkgs/development
parent22172b8e43dfac3486d108a085b5911d7e2d8c5a (diff)
downloadnixlib-bd003198b374c445caa56bd710eb93a01ae733ae.tar
nixlib-bd003198b374c445caa56bd710eb93a01ae733ae.tar.gz
nixlib-bd003198b374c445caa56bd710eb93a01ae733ae.tar.bz2
nixlib-bd003198b374c445caa56bd710eb93a01ae733ae.tar.lz
nixlib-bd003198b374c445caa56bd710eb93a01ae733ae.tar.xz
nixlib-bd003198b374c445caa56bd710eb93a01ae733ae.tar.zst
nixlib-bd003198b374c445caa56bd710eb93a01ae733ae.zip
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.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/openssl/1.0.2.x.nix4
1 files changed, 1 insertions, 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 528674401919..e5237515f200 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