Added enchant as buildinput for gtkhtml
svn path=/nixpkgs/branches/stdenv-updates/; revision=15112
This commit is contained in:
parent
549a829dec
commit
ffb30458ce
@ -162,7 +162,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
gtkhtml = import ./gtkhtml.nix {
|
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;
|
inherit gtk atk gail libgnomeprint libgnomeprintui libgnomeui libglade gnomeicontheme;
|
||||||
input = desktop.gtkhtml;
|
input = desktop.gtkhtml;
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, atk, gail, gtk
|
{ input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, atk, gail, gtk
|
||||||
, libgnomeprint, libgnomeprintui, libgnomeui, libglade, gnomeicontheme
|
, libgnomeprint, libgnomeprintui, libgnomeui, libglade, gnomeicontheme
|
||||||
, libjpeg, gettext, intltool
|
, libjpeg, gettext, intltool, enchant
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# TODO build complains about missing libsoup and soup. Optional dependency?
|
# TODO build complains about missing libsoup and soup. Optional dependency?
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
perl perlXMLParser pkgconfig libjpeg
|
perl perlXMLParser pkgconfig libjpeg
|
||||||
atk gail gtk
|
atk gail gtk
|
||||||
libglade libgnomeprint libgnomeprintui libgnomeui
|
libglade libgnomeprint libgnomeprintui libgnomeui
|
||||||
gnomeicontheme gettext intltool
|
gnomeicontheme gettext intltool enchant
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user