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
|
||||
, libplist
|
||||
, libxml2
|
||||
, openssl_1_1
|
||||
, openssl
|
||||
, CoreFoundation
|
||||
, Security
|
||||
}:
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
libplist
|
||||
libxml2
|
||||
openssl_1_1
|
||||
openssl
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
CoreFoundation
|
||||
Security
|
||||
|
|
Loading…
Reference in a new issue