Unverified Commit 890eec61 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

jujutsu: remove unused `zstd` dependency (#396615)

parents ae8806a8 d1f55ace
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 ];