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
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config
, zlib, bzip2, lzma, lzo, lz4, zstd, xz
, zlib, bzip2, lzo, lz4, zstd, xz
, libgcrypt, e2fsprogs, util-linux, libgpgerror }:
let
@@ -21,7 +21,7 @@ in stdenv.mkDerivation {
];
buildInputs = [
zlib bzip2 lzma lzo lz4 zstd xz
zlib bzip2 xz lzo lz4 zstd xz
libgcrypt e2fsprogs util-linux libgpgerror
];