gnome2.at_spi: drop

This commit is contained in:
Jan Tojnar 2018-08-08 20:50:40 +02:00
parent 5d23756c7b
commit d76754fe80
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 0 additions and 19 deletions

View file

@ -65,8 +65,6 @@ let overridden = set // overrides; set = with overridden; {
libbonoboui = callPackage ./platform/libbonoboui { };
at_spi = callPackage ./platform/at-spi { };
gtkhtml = callPackage ./platform/gtkhtml { };
gtkhtml4 = callPackage ./platform/gtkhtml/4.x.nix { };

View file

@ -1,17 +0,0 @@
{ stdenv, fetchurl, python, pkgconfig, popt, atk, gtk, libX11, libICE, libXtst, libXi
, intltool, libbonobo, ORBit2, GConf, dbus-glib }:
stdenv.mkDerivation {
name = "at-spi-1.32.0";
src = fetchurl {
url = mirror://gnome/sources/at-spi/1.32/at-spi-1.32.0.tar.bz2;
sha256 = "0fbh0afzw1gm4r2w68b8l0vhnia1qyzdl407vyxfw4v4fkm1v16c";
};
hardeningDisable = [ "format" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ python popt atk gtk libX11 libICE libXtst libXi
intltool libbonobo ORBit2 GConf dbus-glib ];
}