Added enchant as buildinput for gtkhtml

svn path=/nixpkgs/branches/stdenv-updates/; revision=15112
This commit is contained in:
Sander van der Burg
2009-04-17 11:11:28 +00:00
parent 549a829dec
commit ffb30458ce
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;
inherit fetchurl stdenv pkgconfig perl perlXMLParser libjpeg gettext intltool enchant;
inherit gtk atk gail libgnomeprint libgnomeprintui libgnomeui libglade gnomeicontheme;
input = desktop.gtkhtml;
};