mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: efl: Replace ibus with ibus-minimal.
This is to avoid having EFL depend on GTK 4, reducing its closure size from 2134.8 MiB to 1446.7 MiB. * gnu/packages/enlightenment.scm (efl) [inputs]: Replace ibus with ibus-minimal.
This commit is contained in:
parent
b5e300f9c1
commit
0eed4a9793
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ (define-public efl
|
|||
("giflib" ,giflib)
|
||||
("gstreamer" ,gstreamer)
|
||||
("gst-plugins-base" ,gst-plugins-base)
|
||||
("ibus" ,ibus)
|
||||
("ibus-minimal" ,ibus-minimal)
|
||||
("mesa" ,mesa)
|
||||
("libraw" ,libraw)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
|
|
Loading…
Reference in a new issue