1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

at-spi-1.32.0

svn path=/nixpkgs/trunk/; revision=32915
This commit is contained in:
Yury G. Kudryashov 2012-03-08 22:45:02 +00:00
parent e277e44e34
commit 5d42d15d15

View file

@ -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 ];
}