diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-07 11:02:40 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-07 11:02:40 -0500 |
commit | 0eed4a9793cef534a69fdca5ddefa5a277312955 (patch) | |
tree | 850a2fe936b026fa114b35e5186b79226db66efb /gnu | |
parent | b5e300f9c15640090c82225ca13c25bd54eb0ed4 (diff) | |
download | guix-0eed4a9793cef534a69fdca5ddefa5a277312955.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/enlightenment.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |