fixed compilation error, debian bug #577368 (implicit decl. of function 'GTK_WIDGET_SENSITIVE'), by bumping gtkhtml to version 3.29.92.1

svn path=/nixpkgs/trunk/; revision=24581
This commit is contained in:
Piotr Pietraszkiewicz 2010-11-02 20:09:15 +00:00
parent 6a09974e0f
commit 7ce8c4b77e

View File

@ -2,11 +2,11 @@
GConf, enchant, isocodes, gnome_icon_theme }:
stdenv.mkDerivation rec {
name = "gtkhtml-3.29.5";
name = "gtkhtml-3.29.92.1";
src = fetchurl {
url = "mirror://gnome/sources/gtkhtml/3.29/${name}.tar.bz2";
sha256 = "0abd91isqbriq9nclq14275v2xd0r9vrr3sxhxwxxp02m8gskwvd";
sha256 = "a34fe24af0f591db95010475c21a461985ef4479b2e91602bc745a9accfeef77";
};
buildInputs = [pkgconfig gtk intltool GConf enchant isocodes gnome_icon_theme ];