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-10-20 16:09:40 +02:00
parent 16c89d65b7
commit 6f61770170
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 1 additions and 2 deletions

View File

@ -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
];