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
@@ -8,7 +8,7 @@
, libarchive
, libconfuse
, libsodium
, lzma
, xz
, zlib
, coreutils
, dosfstools
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
libarchive
libconfuse
libsodium
lzma
xz
zlib
]
++ lib.optionals stdenv.isDarwin [
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, pkg-config, meson, ninja, gettext, glib, libxml2, perl, python3
, libxslt, libarchive, bzip2, lzma, json-glib, libsoup
, libxslt, libarchive, bzip2, xz, json-glib, libsoup
}:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ meson ninja pkg-config gettext perl python3 ];
buildInputs = [ glib json-glib libxml2 libxslt libarchive bzip2 lzma libsoup ];
buildInputs = [ glib json-glib libxml2 libxslt libarchive bzip2 xz libsoup ];
meta = with lib; {
description = "Tools for managing the osinfo database";