Remove top-level pyatspi

See #11567.
This commit is contained in:
Frederik Rietdijk 2016-08-15 17:14:37 +02:00
parent 40da4e6ce7
commit 6b23bd99a3
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
, itstool, libxml2, python3, python3Packages, pyatspi, at_spi2_core
, itstool, libxml2, python3Packages, at_spi2_core
, dbus, intltool, libwnck3 }:
stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3 pyatspi
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3Packages.python python3Packages.pyatspi
python3Packages.pygobject3 python3Packages.ipython
at_spi2_core dbus intltool libwnck3 gnome3.defaultIconTheme
];

View File

@ -3196,8 +3196,6 @@ in
pwnat = callPackage ../tools/networking/pwnat { };
pyatspi = python3Packages.pyatspi;
pycangjie = pythonPackages.pycangjie;
pydb = callPackage ../development/tools/pydb { };