jujutsu: remove unused zstd dependency (#396615)

This commit is contained in:
Gaétan Lepage
2025-04-06 21:10:22 +02:00
committed by GitHub
-2
View File
@@ -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 ];