Added iso-codes as buildinput for gtkhtml in order to fix compilation

svn path=/nixpkgs/branches/stdenv-updates/; revision=15130
This commit is contained in:
Sander van der Burg
2009-04-18 15:48:51 +00:00
parent 8f2e9e8634
commit 565d5e3ae3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ rec {
};
gtkhtml = import ./gtkhtml.nix {
inherit fetchurl stdenv pkgconfig perl perlXMLParser libjpeg gettext intltool enchant;
inherit fetchurl stdenv pkgconfig perl perlXMLParser libjpeg gettext intltool enchant isocodes;
inherit gtk atk gail libgnomeprint libgnomeprintui libgnomeui libglade gnomeicontheme;
input = desktop.gtkhtml;
};