lzma: deprecate alias
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user