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
@@ -5,7 +5,7 @@
, fetchurl
, fuse
, libevent
, lzma
, xz
, openssl
, pkg-config
, systemd
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake doxygen pkg-config ];
buildInputs = [ bzip2 fuse libevent lzma openssl systemd tcp_wrappers zlib ];
buildInputs = [ bzip2 fuse libevent xz openssl systemd tcp_wrappers zlib ];
meta = with lib; {
description = "A caching proxy specialized for linux distribution files";