mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
appstream: 0.8.0 -> 0.9.5
This commit is contained in:
parent
237168d452
commit
5ac997b875
@ -4,7 +4,20 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "appstream-0.8.0";
|
||||
name = "appstream-0.9.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ximion/appstream/archive/APPSTREAM_0_8_0.tar.gz";
|
||||
sha256 = "16a3b38avrwyl1pp8jdgfjv6cd5mccbmk4asni92l40y5r0xfycr";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake pkgconfig gettext intltool
|
||||
xmlto docbook_xsl docbook_xml_dtd_45
|
||||
gobjectIntrospection
|
||||
];
|
||||
|
||||
buildInputs = [ glib xapian libxml2 libyaml ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Software metadata handling library";
|
||||
@ -19,17 +32,4 @@ stdenv.mkDerivation {
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ximion/appstream/archive/APPSTREAM_0_8_0.tar.gz";
|
||||
sha256 = "16a3b38avrwyl1pp8jdgfjv6cd5mccbmk4asni92l40y5r0xfycr";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake pkgconfig gettext intltool
|
||||
xmlto docbook_xsl docbook_xml_dtd_45
|
||||
gobjectIntrospection
|
||||
];
|
||||
|
||||
buildInputs = [ glib xapian libxml2 libyaml ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user