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:
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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue