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:
Maxim Cournoyer 2023-02-07 11:02:40 -05:00
parent b5e300f9c1
commit 0eed4a9793
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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))