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
@@ -10,7 +10,7 @@
, libevdev
, libtool
, libxml2
, lzma
, xz
, pkg-config
, lib, stdenv
, upower
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
dbus-glib
libevdev
libxml2
lzma
xz
upower
];
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitiles, pkg-config, libuuid, openssl, libyaml, lzma }:
{ lib, stdenv, fetchFromGitiles, pkg-config, libuuid, openssl, libyaml, xz }:
stdenv.mkDerivation rec {
version = "20180311";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl libuuid libyaml lzma ];
buildInputs = [ openssl libuuid libyaml xz ];
enableParallelBuilding = true;