mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
918a8f49a0
commit
65d96ea4b8
1 changed files with 4 additions and 2 deletions
|
@ -357,17 +357,19 @@ (define-public enlightenment
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue