Merge pull request #206626 from tjni/coinlive
coinlive: fix build on darwin
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, openssl
|
||||
, pkg-config
|
||||
, rustPlatform
|
||||
, Security
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@@ -24,6 +26,8 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = [
|
||||
openssl
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
Security
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
@@ -18757,6 +18757,7 @@ with pkgs;
|
||||
CoinMP = callPackage ../development/libraries/CoinMP { };
|
||||
|
||||
coinlive = callPackage ../tools/misc/coinlive {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user