Archived
1
0
Fork 0

gnu: enlightenment: Fix inputs.

* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move efl,
wayland-protocols ...
[propagated-inputs]: ... to here. Add libxkbcommon.
This commit is contained in:
Efraim Flashner 2020-09-09 10:46:08 +03:00
parent 918a8f49a0
commit 65d96ea4b8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -357,17 +357,19 @@ Libraries with some extra bells and whistles.")
("bc" ,bc) ("bc" ,bc)
("bluez" ,bluez) ("bluez" ,bluez)
("dbus" ,dbus) ("dbus" ,dbus)
("efl" ,efl)
("freetype" ,freetype) ("freetype" ,freetype)
("libxcb" ,libxcb) ("libxcb" ,libxcb)
("libxext" ,libxext) ("libxext" ,libxext)
("linux-pam" ,linux-pam) ("linux-pam" ,linux-pam)
("puleseaudio" ,pulseaudio) ("puleseaudio" ,pulseaudio)
("setxkbmap" ,setxkbmap) ("setxkbmap" ,setxkbmap)
("wayland-protocols" ,wayland-protocols)
("xcb-util-keysyms" ,xcb-util-keysyms) ("xcb-util-keysyms" ,xcb-util-keysyms)
("xkeyboard-config" ,xkeyboard-config) ("xkeyboard-config" ,xkeyboard-config)
("xorg-server-xwayland" ,xorg-server-xwayland))) ("xorg-server-xwayland" ,xorg-server-xwayland)))
(propagated-inputs
`(("efl" ,efl)
("libxkbcommon" ,libxkbcommon)
("wayland-protocols" ,wayland-protocols)))
(home-page "https://www.enlightenment.org/about-enlightenment") (home-page "https://www.enlightenment.org/about-enlightenment")
(synopsis "Lightweight desktop environment") (synopsis "Lightweight desktop environment")
(description (description