Unverified Commit 2d101d65 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #222378 from ajs124/fix/ldid-openssl

ldid: openssl_1_1 -> openssl
parents 0e37115f 99d924f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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