guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: efl: Replace ibus with ibus-minimal.


From: guix-commits
Subject: 01/02: gnu: efl: Replace ibus with ibus-minimal.
Date: Tue, 7 Feb 2023 11:28:11 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 0eed4a9793cef534a69fdca5ddefa5a277312955
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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

[Prev in Thread] Current Thread [Next in Thread]