about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-26 22:13:40 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-26 22:13:40 +0200
commita0521c92c0ab2d1ee6a74df6e94499184f314172 (patch)
treec890dd371c70e67d23d7bf872fcdf0a78bc30e43
parentb73601f559b3c1e9fc5ffaf0d5293b946e1f1c98 (diff)
lighthouse: fix build on aarch64-darwin
-rw-r--r--pkgs/applications/blockchains/lighthouse/default.nix4
1 files 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 {