Unverified Commit 7ed9b428 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

typst: remove xz dep (#396273)

parents 06b40679 ce90effd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  installShellFiles,
  pkg-config,
  openssl,
  xz,
  nix-update-script,
  versionCheckHook,
}:
@@ -31,7 +30,6 @@ rustPlatform.buildRustPackage (finalAttrs: {

  buildInputs = [
    openssl
    xz
  ];

  env = {