gnu: sdl2: Use ibus-minimal instead of ibus.
This prevents an input cycle between GTK -> ffmpeg -> sdl2 -> ibus -> GTK. * gnu/packages/sdl.scm (sdl2)[inputs]: Replace ibus with ibus-minimal.
This commit is contained in:
parent
ef53c075a1
commit
c264265abd
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ joystick, and graphics hardware.")
|
||||||
eudev ;for discovering input devices
|
eudev ;for discovering input devices
|
||||||
fcitx ;helps with CJK input
|
fcitx ;helps with CJK input
|
||||||
glib
|
glib
|
||||||
ibus
|
ibus-minimal
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
libxcursor ;enables X11 cursor support
|
libxcursor ;enables X11 cursor support
|
||||||
wayland
|
wayland
|
||||||
|
|
Reference in a new issue