From d1f55ace1700d6712a2760909f86852fb06f1f36 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sun, 6 Apr 2025 20:13:50 +0200 Subject: [PATCH] jujutsu: remove unused `zstd` dependency --- pkgs/by-name/ju/jujutsu/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/ju/jujutsu/package.nix b/pkgs/by-name/ju/jujutsu/package.nix index 57e3b780b83d..61d5cd071ced 100644 --- a/pkgs/by-name/ju/jujutsu/package.nix +++ b/pkgs/by-name/ju/jujutsu/package.nix @@ -5,7 +5,6 @@ fetchFromGitHub, installShellFiles, pkg-config, - zstd, libgit2, libssh2, openssl, @@ -38,7 +37,6 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; buildInputs = [ - zstd libgit2 libssh2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ];