lzma: deprecate alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkg-config, curl, gpgme, libarchive, bzip2, lzma, attr, acl, libxml2
|
||||
{ lib, stdenv, fetchurl, pkg-config, curl, gpgme, libarchive, bzip2, xz, attr, acl, libxml2
|
||||
, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
buildInputs = [ curl gpgme libarchive bzip2 lzma attr acl libxml2 ];
|
||||
buildInputs = [ curl gpgme libarchive bzip2 xz attr acl libxml2 ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A lightweight package management system based upon ipkg";
|
||||
|
||||
Reference in New Issue
Block a user