gnu: enlightenment: Move efl to inputs.
* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Move efl from here ... [inputs]: ... to here.
This commit is contained in:
parent
d8ab4c1bfe
commit
8c3bb47155
|
@ -305,13 +305,12 @@ Libraries with some extra bells and whistles.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("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)
|
||||||
("xcb-util-keysyms" ,xcb-util-keysyms)))
|
("xcb-util-keysyms" ,xcb-util-keysyms)))
|
||||||
(propagated-inputs
|
|
||||||
`(("efl" ,efl))) ; enlightenment.pc
|
|
||||||
(home-page "https://www.enlightenment.org")
|
(home-page "https://www.enlightenment.org")
|
||||||
(synopsis "Lightweight desktop environment")
|
(synopsis "Lightweight desktop environment")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue