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:
parent
22172b8e43
commit
bd003198b3
@ -31,9 +31,7 @@ let
|
|||||||
++ stdenv.lib.optionals (stdenv.system == "x86_64-kfreebsd-gnu")
|
++ stdenv.lib.optionals (stdenv.system == "x86_64-kfreebsd-gnu")
|
||||||
[ ./gnu.patch
|
[ ./gnu.patch
|
||||||
./kfreebsd-gnu.patch
|
./kfreebsd-gnu.patch
|
||||||
]
|
];
|
||||||
|
|
||||||
++ stdenv.lib.optional isDarwin ./darwin-arch.patch;
|
|
||||||
|
|
||||||
extraPatches = stdenv.lib.optional stdenv.isCygwin ./1.0.1-cygwin64.patch;
|
extraPatches = stdenv.lib.optional stdenv.isCygwin ./1.0.1-cygwin64.patch;
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user