parent
40da4e6ce7
commit
6b23bd99a3
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, itstool, libxml2, python3, python3Packages, pyatspi, at_spi2_core
|
, itstool, libxml2, python3Packages, at_spi2_core
|
||||||
, dbus, intltool, libwnck3 }:
|
, dbus, intltool, libwnck3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3 pyatspi
|
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3Packages.python python3Packages.pyatspi
|
||||||
python3Packages.pygobject3 python3Packages.ipython
|
python3Packages.pygobject3 python3Packages.ipython
|
||||||
at_spi2_core dbus intltool libwnck3 gnome3.defaultIconTheme
|
at_spi2_core dbus intltool libwnck3 gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
@ -3196,8 +3196,6 @@ in
|
|||||||
|
|
||||||
pwnat = callPackage ../tools/networking/pwnat { };
|
pwnat = callPackage ../tools/networking/pwnat { };
|
||||||
|
|
||||||
pyatspi = python3Packages.pyatspi;
|
|
||||||
|
|
||||||
pycangjie = pythonPackages.pycangjie;
|
pycangjie = pythonPackages.pycangjie;
|
||||||
|
|
||||||
pydb = callPackage ../development/tools/pydb { };
|
pydb = callPackage ../development/tools/pydb { };
|
||||||
|
Loading…
Reference in New Issue
Block a user