* gtkhtml: add gettext dependency.
svn path=/nixpkgs/trunk/; revision=3204
This commit is contained in:
parent
0f77007f1a
commit
cdeeb98576
@ -127,7 +127,7 @@ rec {
|
||||
};
|
||||
|
||||
gtkhtml = (import ./gtkhtml) {
|
||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser libjpeg;
|
||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser libjpeg gettext;
|
||||
inherit gtk atk gail libgnomeprint libgnomeprintui libgnomeui libglade gnomeicontheme;
|
||||
input = desktop.gtkhtml;
|
||||
};
|
||||
|
@ -1,5 +1,7 @@
|
||||
{input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, atk, gail, gtk,
|
||||
libgnomeprint, libgnomeprintui, libgnomeui, libglade, gnomeicontheme, libjpeg}:
|
||||
{ input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, atk, gail, gtk
|
||||
, libgnomeprint, libgnomeprintui, libgnomeui, libglade, gnomeicontheme
|
||||
, libjpeg, gettext
|
||||
}:
|
||||
|
||||
# TODO build complains about missing libsoup and soup. Optional dependency?
|
||||
|
||||
@ -10,7 +12,7 @@ stdenv.mkDerivation {
|
||||
perl perlXMLParser pkgconfig libjpeg
|
||||
atk gail gtk
|
||||
libglade libgnomeprint libgnomeprintui libgnomeui
|
||||
gnomeicontheme
|
||||
gnomeicontheme gettext
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user