ibus-engines.table: drop unnecessary wrapPython

* We are using python3.withPackages, which will be used via shebang.
- gobject-introspection is used for setup hook
This commit is contained in:
Jan Tojnar
2019-12-07 00:51:15 +01:00
parent 16c89d65b7
commit 6f61770170
@@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
buildInputs = [
dconf
gtk3
gobject-introspection
ibus
(python3.withPackages (pypkgs: with pypkgs; [
pygobject3
@@ -44,7 +43,7 @@ stdenv.mkDerivation rec {
autoreconfHook
docbook2x
pkgconfig
python3.pkgs.wrapPython
gobject-introspection
wrapGAppsHook
];