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:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user