lzma: deprecate alias

This commit is contained in:
Sandro Jäckel
2021-04-04 19:49:52 +02:00
parent d24e2d1b0b
commit 3453b89f4b
76 changed files with 708 additions and 149 deletions
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, pkg-config, m4, perl, libarchive, openssl, zlib, bzip2,
lzma, curl, runtimeShell }:
xz, curl, runtimeShell }:
stdenv.mkDerivation rec {
pname = "pacman";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
installFlags = [ "sysconfdir=${placeholder "out"}/etc" ];
nativeBuildInputs = [ pkg-config m4 ];
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];
buildInputs = [ curl perl libarchive openssl zlib bzip2 xz ];
postFixup = ''
substituteInPlace $out/bin/repo-add \