mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
jujutsu: remove gzip
dependency
This does not seem to be required any more.
This commit is contained in:
parent
95b9708a69
commit
099dad2daf
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user