diff --git a/pkgs/tools/networking/magic-wormhole-rs/default.nix b/pkgs/tools/networking/magic-wormhole-rs/default.nix index 7e62d1d78af3..bb752b5cb3ab 100644 --- a/pkgs/tools/networking/magic-wormhole-rs/default.nix +++ b/pkgs/tools/networking/magic-wormhole-rs/default.nix @@ -4,8 +4,6 @@ , rustPlatform , libxcb , installShellFiles -, Security -, AppKit }: rustPlatform.buildRustPackage rec { pname = "magic-wormhole-rs"; @@ -20,8 +18,7 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-+OcjILDwGg0eybzBgVIZeVelnQatPU6rgd/b6buvTRQ="; - buildInputs = [ libxcb ] - ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security AppKit ]; + buildInputs = [ libxcb ]; nativeBuildInputs = [ installShellFiles ]; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3e234d8ca810..055bf80e55b1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14662,9 +14662,7 @@ with pkgs; magic-wormhole = with python3Packages; toPythonApplication magic-wormhole; - magic-wormhole-rs = callPackage ../tools/networking/magic-wormhole-rs { - inherit (darwin.apple_sdk.frameworks) Security AppKit; - }; + magic-wormhole-rs = callPackage ../tools/networking/magic-wormhole-rs { }; magnetophonDSP = lib.recurseIntoAttrs { CharacterCompressor = callPackage ../applications/audio/magnetophonDSP/CharacterCompressor { };