ibus-engines.bamboo: clean up code

This commit is contained in:
goatastronaut0212 2024-05-23 17:35:43 +07:00 committed by nicoo
parent 50be40524b
commit 6536fbb145

@ -1,11 +1,8 @@
{ lib, stdenv
, fetchFromGitHub
, glib
, gettext
, xorg
, pkg-config
, wrapGAppsHook3
, gtk3
, go
}:
@ -21,19 +18,13 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
gettext
pkg-config
wrapGAppsHook3
go
];
buildInputs = [
glib
gtk3
xorg.libX11
xorg.xorgproto
xorg.libXtst
xorg.libXi
];
preConfigure = ''