forked from mirrors/nixpkgs
ldid: openssl_1_1 -> openssl
does not depend on older openssl
This commit is contained in:
parent
0f29a9d105
commit
99d924f1c3
|
@ -4,7 +4,7 @@
|
||||||
, fetchgit
|
, fetchgit
|
||||||
, libplist
|
, libplist
|
||||||
, libxml2
|
, libxml2
|
||||||
, openssl_1_1
|
, openssl
|
||||||
, CoreFoundation
|
, CoreFoundation
|
||||||
, Security
|
, Security
|
||||||
}:
|
}:
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libplist
|
libplist
|
||||||
libxml2
|
libxml2
|
||||||
openssl_1_1
|
openssl
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
CoreFoundation
|
CoreFoundation
|
||||||
Security
|
Security
|
||||||
|
|
Loading…
Reference in a new issue