apteryx pushed a commit to branch master
in repository guix.

commit 0eed4a9793cef534a69fdca5ddefa5a277312955
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Feb 7 11:02:40 2023 -0500

    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.
---
 gnu/packages/enlightenment.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 8dae5f40d3..a7b48195f0 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -91,7 +91,7 @@
        ("giflib" ,giflib)
        ("gstreamer" ,gstreamer)
        ("gst-plugins-base" ,gst-plugins-base)
-       ("ibus" ,ibus)
+       ("ibus-minimal" ,ibus-minimal)
        ("mesa" ,mesa)
        ("libraw" ,libraw)
        ("librsvg" ,(librsvg-for-system))

Reply via email to