jujutsu: remove gzip dependency

This does not seem to be required any more.
This commit is contained in:
Emily 2024-09-04 20:00:37 +01:00
parent 95b9708a69
commit 099dad2daf

View File

@ -7,7 +7,6 @@
pkg-config,
libiconv,
openssl,
gzip,
libssh2,
libgit2,
zstd,
@ -41,7 +40,6 @@ rustPlatform.buildRustPackage {
useNextest = false; # nextest is the upstream integration framework, but is problematic for test skipping
nativeBuildInputs = [
gzip
installShellFiles
pkg-config
];