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

View File

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