* Latest shared-mime-info.
* Latest Catalyst runtime. svn path=/nixpkgs/trunk/; revision=14086
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
args:
|
||||
import ./common.nix "1chz63v9jr009z9jhs07klybmhyf58i8vxipigf5gkdabjiclcyr" args
|
||||
@@ -1,2 +0,0 @@
|
||||
args:
|
||||
import ./common.nix "080ny2vy00202hxcm7xm72j1zmyfs15dbsnqipwni6b2dg2am3q3" args
|
||||
@@ -1,16 +0,0 @@
|
||||
hash: args: with args;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "shared-mime-info-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://freedesktop.org/~hadess/${name}.tar.bz2";
|
||||
sha256 = hash;
|
||||
};
|
||||
|
||||
buildInputs = [perl perlXMLParser pkgconfig gettext libxml2 glib];
|
||||
|
||||
meta = {
|
||||
homepage = http://freedesktop.org/wiki/Software/shared-mime-info;
|
||||
};
|
||||
}
|
||||
17
pkgs/data/misc/shared-mime-info/default.nix
Normal file
17
pkgs/data/misc/shared-mime-info/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{stdenv, fetchurl, pkgconfig, gettext, intltool, libxml2, glib}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "shared-mime-info-0.51";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://freedesktop.org/~hadess/${name}.tar.bz2";
|
||||
sha256 = "1n7fn3vnqdq5c4xjyflwryxdb75cwsmw39hdpjy90swd841pw90w";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gettext intltool libxml2 glib];
|
||||
|
||||
meta = {
|
||||
description = "A database of common MIME types";
|
||||
homepage = http://freedesktop.org/wiki/Software/shared-mime-info;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user