lighthouse: fix build on aarch64-darwin
This commit is contained in:
parent
b73601f559
commit
a0521c92c0
@ -41,8 +41,8 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
Security
|
||||
] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
|
||||
CoreFoundation SystemConfiguration
|
||||
CoreFoundation
|
||||
SystemConfiguration
|
||||
];
|
||||
|
||||
depositContractSpec = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user