gnome2.at_spi: drop
This commit is contained in:
parent
5d23756c7b
commit
d76754fe80
@ -65,8 +65,6 @@ let overridden = set // overrides; set = with overridden; {
|
|||||||
|
|
||||||
libbonoboui = callPackage ./platform/libbonoboui { };
|
libbonoboui = callPackage ./platform/libbonoboui { };
|
||||||
|
|
||||||
at_spi = callPackage ./platform/at-spi { };
|
|
||||||
|
|
||||||
gtkhtml = callPackage ./platform/gtkhtml { };
|
gtkhtml = callPackage ./platform/gtkhtml { };
|
||||||
|
|
||||||
gtkhtml4 = callPackage ./platform/gtkhtml/4.x.nix { };
|
gtkhtml4 = callPackage ./platform/gtkhtml/4.x.nix { };
|
||||||
|
@ -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 ];
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user