1 { stdenv, fetchurl, python, pkgconfig, popt, atk, gtk, libX11, libICE, libXtst, libXi
2 , intltool, libbonobo, ORBit2}:
5 name = "at-spi-1.28.0";
7 url = mirror://gnome/sources/at-spi/1.28/at-spi-1.28.0.tar.bz2;
8 sha256 = "0rv616drqpk58vybi3kalzyx06dxg26iwkbcrzk5563avhhj5qpb";
10 buildInputs = [ python pkgconfig popt atk gtk libX11 libICE libXtst libXi
11 intltool libbonobo ORBit2 ];