about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/lighthouse
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-01-19 17:33:06 -0500
committerYt <happysalada@proton.me>2023-01-19 18:17:12 -0500
commit0e2f756d95807c5f5df5fb0a2e542f5652717695 (patch)
treecb5afb3c2471e6ce2bf6e5436aaa559f1b4b0712 /pkgs/applications/blockchains/lighthouse
parent18fcb3156a36609bfc163a07445996c991c95ea2 (diff)
lighthouse: fix darwin
Diffstat (limited to 'pkgs/applications/blockchains/lighthouse')
-rw-r--r--pkgs/applications/blockchains/lighthouse/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/lighthouse/default.nix b/pkgs/applications/blockchains/lighthouse/default.nix
index 7e3da7cbc92a9..afc9c44f01d51 100644
--- a/pkgs/applications/blockchains/lighthouse/default.nix
+++ b/pkgs/applications/blockchains/lighthouse/default.nix
@@ -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 {