osinfo-db-tools: 1.5.0 -> 1.6.0
This commit is contained in:
parent
2e7613b3a0
commit
f080d7afa2
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, glib, libxml2
|
{ stdenv, fetchurl, pkgconfig, gettext, glib, libxml2, perl
|
||||||
, libxslt, libarchive, bzip2, lzma, json-glib
|
, libxslt, libarchive, bzip2, lzma, json-glib, libsoup
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "osinfo-db-tools";
|
pname = "osinfo-db-tools";
|
||||||
version = "1.5.0";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.gz";
|
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1pihjwajmahldxi3isnq6wcsbwj0hsnq8z5kp3w4j615ygrn0cgl";
|
sha256 = "0x155d4hqz7mabgqvgydqjm9d8aabc78vr0v0pnsp9vkdlcv3mfh";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig gettext perl ];
|
||||||
buildInputs = [ glib json-glib libxml2 libxslt libarchive bzip2 lzma ];
|
buildInputs = [ glib json-glib libxml2 libxslt libarchive bzip2 lzma libsoup ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tools for managing the osinfo database";
|
description = "Tools for managing the osinfo database";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user