summaryrefslogtreecommitdiff
path: root/gnu/packages/enlightenment.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-09-09 10:46:08 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-09-09 11:03:39 +0300
commit65d96ea4b83ed642cb7e3b2d6246ed154942e20d (patch)
tree32c08df57599c002992f60fe4ea8e777feff6433 /gnu/packages/enlightenment.scm
parent918a8f49a05b173a28a074ab8050ac6202d9dac6 (diff)
downloadguix-patches-65d96ea4b83ed642cb7e3b2d6246ed154942e20d.tar
guix-patches-65d96ea4b83ed642cb7e3b2d6246ed154942e20d.tar.gz
gnu: enlightenment: Fix inputs.
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move efl, wayland-protocols ... [propagated-inputs]: ... to here. Add libxkbcommon.
Diffstat (limited to 'gnu/packages/enlightenment.scm')
-rw-r--r--gnu/packages/enlightenment.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 5821912599..dc3114d58b 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -357,17 +357,19 @@ Libraries with some extra bells and whistles.")
("bc" ,bc)
("bluez" ,bluez)
("dbus" ,dbus)
- ("efl" ,efl)
("freetype" ,freetype)
("libxcb" ,libxcb)
("libxext" ,libxext)
("linux-pam" ,linux-pam)
("puleseaudio" ,pulseaudio)
("setxkbmap" ,setxkbmap)
- ("wayland-protocols" ,wayland-protocols)
("xcb-util-keysyms" ,xcb-util-keysyms)
("xkeyboard-config" ,xkeyboard-config)
("xorg-server-xwayland" ,xorg-server-xwayland)))
+ (propagated-inputs
+ `(("efl" ,efl)
+ ("libxkbcommon" ,libxkbcommon)
+ ("wayland-protocols" ,wayland-protocols)))
(home-page "https://www.enlightenment.org/about-enlightenment")
(synopsis "Lightweight desktop environment")
(description