Merge pull request #218499 from wegank/lighthouse-darwin

lighthouse: fix build on aarch64-darwin
This commit is contained in:
Weijia Wang 2023-02-27 12:06:00 +02:00 committed by GitHub
commit addae20444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {