at-spi-1.32.0
svn path=/nixpkgs/trunk/; revision=32915
This commit is contained in:
parent
e277e44e34
commit
5d42d15d15
@ -1,12 +1,14 @@
|
|||||||
{ stdenv, fetchurl, python, pkgconfig, popt, atk, gtk, libX11, libICE, libXtst, libXi
|
{ stdenv, fetchurl, python, pkgconfig, popt, atk, gtk, libX11, libICE, libXtst, libXi
|
||||||
, intltool, libbonobo, ORBit2}:
|
, intltool, libbonobo, ORBit2, GConf, dbus_glib }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "at-spi-1.28.0";
|
name = "at-spi-1.32.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnome/sources/at-spi/1.28/at-spi-1.28.0.tar.bz2;
|
url = mirror://gnome/sources/at-spi/1.32/at-spi-1.32.0.tar.bz2;
|
||||||
sha256 = "0rv616drqpk58vybi3kalzyx06dxg26iwkbcrzk5563avhhj5qpb";
|
sha256 = "0fbh0afzw1gm4r2w68b8l0vhnia1qyzdl407vyxfw4v4fkm1v16c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python pkgconfig popt atk gtk libX11 libICE libXtst libXi
|
buildInputs = [ python pkgconfig popt atk gtk libX11 libICE libXtst libXi
|
||||||
intltool libbonobo ORBit2 ];
|
intltool libbonobo ORBit2 GConf dbus_glib ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user