lighthouse: fix darwin

This commit is contained in:
happysalada 2023-01-19 17:33:06 -05:00 committed by Yt
parent 18fcb3156a
commit 0e2f756d95
2 changed files with 3 additions and 2 deletions

View file

@ -15,6 +15,7 @@
, testers
, unzip
, nix-update-script
, SystemConfiguration
}:
rustPlatform.buildRustPackage rec {
@ -41,7 +42,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = lib.optionals stdenv.isDarwin [
Security
] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
CoreFoundation
CoreFoundation SystemConfiguration
];
depositContractSpec = fetchurl {

View file

@ -37307,7 +37307,7 @@ with pkgs;
lguf-brightness = callPackage ../misc/lguf-brightness { };
lighthouse = darwin.apple_sdk_11_0.callPackage ../applications/blockchains/lighthouse {
inherit (darwin.apple_sdk_11_0.frameworks) CoreFoundation Security;
inherit (darwin.apple_sdk_11_0.frameworks) CoreFoundation Security SystemConfiguration;
};
lilypond = callPackage ../misc/lilypond { guile = guile_1_8; };