summary refs log tree commit diff
path: root/pkgs/tools/misc/synth
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-11-06 16:23:08 -0400
committerfigsoda <figsoda@pm.me>2021-11-06 16:23:39 -0400
commita8d1f24ac291f5a0bc0c3f0b965d6360d6ea47d3 (patch)
tree6199087a34ec0a6289df6a779c8a387f6986c62d /pkgs/tools/misc/synth
parent933da575d4612c93508de754f50149e278572caf (diff)
downloadnixpkgs-a8d1f24ac291f5a0bc0c3f0b965d6360d6ea47d3.tar
nixpkgs-a8d1f24ac291f5a0bc0c3f0b965d6360d6ea47d3.tar.gz
nixpkgs-a8d1f24ac291f5a0bc0c3f0b965d6360d6ea47d3.tar.bz2
nixpkgs-a8d1f24ac291f5a0bc0c3f0b965d6360d6ea47d3.tar.lz
nixpkgs-a8d1f24ac291f5a0bc0c3f0b965d6360d6ea47d3.tar.xz
nixpkgs-a8d1f24ac291f5a0bc0c3f0b965d6360d6ea47d3.tar.zst
nixpkgs-a8d1f24ac291f5a0bc0c3f0b965d6360d6ea47d3.zip
synth: fix darwin build
Diffstat (limited to 'pkgs/tools/misc/synth')
-rw-r--r--pkgs/tools/misc/synth/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/tools/misc/synth/default.nix b/pkgs/tools/misc/synth/default.nix
index 1a66669b41c..1b1efb36fe5 100644
--- a/pkgs/tools/misc/synth/default.nix
+++ b/pkgs/tools/misc/synth/default.nix
@@ -4,9 +4,8 @@
 , pkg-config
 , openssl
 , stdenv
-, CoreFoundation
+, AppKit
 , Security
-, SystemConfiguration
 }:
 
 rustPlatform.buildRustPackage rec {
@@ -25,9 +24,8 @@ rustPlatform.buildRustPackage rec {
   nativeBuildInputs = [ pkg-config ];
 
   buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [
-    CoreFoundation
+    AppKit
     Security
-    SystemConfiguration
   ];
 
   # requires unstable rust features