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 @@ (define-public sdl2
|
|||
eudev ;for discovering input devices
|
||||
fcitx ;helps with CJK input
|
||||
glib
|
||||
ibus
|
||||
ibus-minimal
|
||||
libxkbcommon
|
||||
libxcursor ;enables X11 cursor support
|
||||
wayland
|
||||
|
|
Loading…
Reference in a new issue