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 = [
|
buildInputs = [
|
||||||
dconf
|
dconf
|
||||||
gtk3
|
gtk3
|
||||||
gobject-introspection
|
|
||||||
ibus
|
ibus
|
||||||
(python3.withPackages (pypkgs: with pypkgs; [
|
(python3.withPackages (pypkgs: with pypkgs; [
|
||||||
pygobject3
|
pygobject3
|
||||||
@ -44,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
autoreconfHook
|
autoreconfHook
|
||||||
docbook2x
|
docbook2x
|
||||||
pkgconfig
|
pkgconfig
|
||||||
python3.pkgs.wrapPython
|
gobject-introspection
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user