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.
This commit is contained in:
Mike Sperber 2015-06-22 13:24:33 +02:00 committed by Rok Garbas
parent 22172b8e43
commit bd003198b3

@ -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