Author: urkud
Date: Thu Mar  8 22:45:02 2012
New Revision: 32915
URL: https://nixos.org/websvn/nix/?rev=32915&sc=1

Log:
at-spi-1.32.0

Modified:
   nixpkgs/trunk/pkgs/desktops/gnome-2/platform/at-spi/default.nix

Modified: nixpkgs/trunk/pkgs/desktops/gnome-2/platform/at-spi/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/desktops/gnome-2/platform/at-spi/default.nix     Thu Mar 
 8 22:28:26 2012        (r32914)
+++ nixpkgs/trunk/pkgs/desktops/gnome-2/platform/at-spi/default.nix     Thu Mar 
 8 22:45:02 2012        (r32915)
@@ -1,12 +1,14 @@
 { stdenv, fetchurl, python, pkgconfig, popt, atk, gtk, libX11, libICE, 
libXtst, libXi
-, intltool, libbonobo, ORBit2}:
+, intltool, libbonobo, ORBit2, GConf, dbus_glib }:
 
 stdenv.mkDerivation {
-  name = "at-spi-1.28.0";
+  name = "at-spi-1.32.0";
+
   src = fetchurl {
-    url = mirror://gnome/sources/at-spi/1.28/at-spi-1.28.0.tar.bz2;
-    sha256 = "0rv616drqpk58vybi3kalzyx06dxg26iwkbcrzk5563avhhj5qpb";
+    url = mirror://gnome/sources/at-spi/1.32/at-spi-1.32.0.tar.bz2;
+    sha256 = "0fbh0afzw1gm4r2w68b8l0vhnia1qyzdl407vyxfw4v4fkm1v16c";
   };
+
   buildInputs = [ python pkgconfig popt atk gtk libX11 libICE libXtst libXi
-                  intltool libbonobo ORBit2 ];
+                  intltool libbonobo ORBit2 GConf dbus_glib ];
 }
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to