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