Author: piotr
Date: Tue Nov  2 20:09:15 2010
New Revision: 24581
URL: https://svn.nixos.org/websvn/nix/?rev=24581&sc=1

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

Modified:
   nixpkgs/trunk/pkgs/desktops/gnome-2.28/platform/gtkhtml/default.nix

Modified: nixpkgs/trunk/pkgs/desktops/gnome-2.28/platform/gtkhtml/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/desktops/gnome-2.28/platform/gtkhtml/default.nix Tue Nov 
 2 19:19:25 2010        (r24580)
+++ nixpkgs/trunk/pkgs/desktops/gnome-2.28/platform/gtkhtml/default.nix Tue Nov 
 2 20:09:15 2010        (r24581)
@@ -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 ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to