mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
6a09974e0f
commit
7ce8c4b77e
@ -2,11 +2,11 @@
|
|||||||
GConf, enchant, isocodes, gnome_icon_theme }:
|
GConf, enchant, isocodes, gnome_icon_theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gtkhtml-3.29.5";
|
name = "gtkhtml-3.29.92.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gtkhtml/3.29/${name}.tar.bz2";
|
url = "mirror://gnome/sources/gtkhtml/3.29/${name}.tar.bz2";
|
||||||
sha256 = "0abd91isqbriq9nclq14275v2xd0r9vrr3sxhxwxxp02m8gskwvd";
|
sha256 = "a34fe24af0f591db95010475c21a461985ef4479b2e91602bc745a9accfeef77";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig gtk intltool GConf enchant isocodes gnome_icon_theme ];
|
buildInputs = [pkgconfig gtk intltool GConf enchant isocodes gnome_icon_theme ];
|
||||||
|
Loading…
Reference in New Issue
Block a user