From 520bf50f44e69af16332d328ae39c3e5bcb643e0 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 6 Mar 2025 01:04:40 +0000 Subject: [PATCH] jujutsu: remove old Darwin SDK detritus --- pkgs/by-name/ju/jujutsu/package.nix | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/pkgs/by-name/ju/jujutsu/package.nix b/pkgs/by-name/ju/jujutsu/package.nix index 8244fc9b029a..f07cb3d35ce5 100644 --- a/pkgs/by-name/ju/jujutsu/package.nix +++ b/pkgs/by-name/ju/jujutsu/package.nix @@ -9,8 +9,6 @@ libgit2, libssh2, openssl, - darwin, - libiconv, git, gnupg, openssh, @@ -49,18 +47,11 @@ rustPlatform.buildRustPackage { pkg-config ]; - buildInputs = - [ - zstd - libgit2 - libssh2 - ] - ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ] - ++ lib.optionals stdenv.hostPlatform.isDarwin [ - darwin.apple_sdk.frameworks.Security - darwin.apple_sdk.frameworks.SystemConfiguration - libiconv - ]; + buildInputs = [ + zstd + libgit2 + libssh2 + ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ]; nativeCheckInputs = [ git