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