mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
lighthouse: fix darwin
This commit is contained in:
parent
18fcb3156a
commit
0e2f756d95
@ -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 {
|
||||
|
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user