shared-mime-info: 1.3 -> 1.5
This commit is contained in:
parent
18b3295970
commit
d1047f7c12
@ -1,20 +1,23 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, gettext, perl, perlXMLParser, intltool
|
{stdenv, fetchurl, pkgconfig, gettext, perl, perlXMLParser, intltool
|
||||||
, libxml2, glib}:
|
, libxml2, glib}:
|
||||||
|
|
||||||
|
let version = "1.5"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "shared-mime-info-1.3";
|
name = "shared-mime-info-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://freedesktop.org/~hadess/${name}.tar.xz";
|
url = "http://freedesktop.org/~hadess/${name}.tar.xz";
|
||||||
sha256 = "0fijrc8j2kw6bvdx7fmlfafbcwxvinhr8l44b46b3v59gj69rm2g";
|
sha256 = "1021x95xbkfc5ipx3gi2rdc0y6x2pv36yyzxc5pg6nr6xd02hhfn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig gettext intltool perl perlXMLParser libxml2 glib
|
pkgconfig gettext intltool perl perlXMLParser libxml2 glib
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit version;
|
||||||
description = "A database of common MIME types";
|
description = "A database of common MIME types";
|
||||||
homepage = http://freedesktop.org/wiki/Software/shared-mime-info;
|
homepage = http://freedesktop.org/wiki/Software/shared-mime-info;
|
||||||
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user