shared-mime-info: Add dependency on Perl (for Intltool).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14665
This commit is contained in:
parent
03ea1d4e45
commit
8a13ebda3a
@ -1,4 +1,5 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, gettext, intltool, libxml2, glib}:
|
{stdenv, fetchurl, pkgconfig, gettext, perl, perlXMLParser, intltool
|
||||||
|
, libxml2, glib}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "shared-mime-info-0.51";
|
name = "shared-mime-info-0.51";
|
||||||
@ -8,7 +9,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1n7fn3vnqdq5c4xjyflwryxdb75cwsmw39hdpjy90swd841pw90w";
|
sha256 = "1n7fn3vnqdq5c4xjyflwryxdb75cwsmw39hdpjy90swd841pw90w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig gettext intltool libxml2 glib];
|
buildInputs = [
|
||||||
|
pkgconfig gettext intltool perl perlXMLParser libxml2 glib
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A database of common MIME types";
|
description = "A database of common MIME types";
|
||||||
|
@ -7485,7 +7485,8 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
shared_mime_info = import ../data/misc/shared-mime-info {
|
shared_mime_info = import ../data/misc/shared-mime-info {
|
||||||
inherit fetchurl stdenv pkgconfig gettext intltool libxml2;
|
inherit fetchurl stdenv pkgconfig gettext
|
||||||
|
intltool perl perlXMLParser libxml2;
|
||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user