From a0521c92c0ab2d1ee6a74df6e94499184f314172 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 26 Feb 2023 22:13:40 +0200 Subject: lighthouse: fix build on aarch64-darwin --- pkgs/applications/blockchains/lighthouse/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/blockchains/lighthouse/default.nix b/pkgs/applications/blockchains/lighthouse/default.nix index 7a5607d01c5e5..5eddf7c1b4ef0 100644 --- a/pkgs/applications/blockchains/lighthouse/default.nix +++ b/pkgs/applications/blockchains/lighthouse/default.nix @@ -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 { -- cgit 1.4.1