~ruther/guix-local

8c3bb471557192c0cde97b01e0d314bb34b29bdb — Efraim Flashner 9 years ago d8ab4c1
gnu: enlightenment: Move efl to inputs.

* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]:
Move efl from here ...
[inputs]: ... to here.
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/enlightenment.scm
M gnu/packages/enlightenment.scm => gnu/packages/enlightenment.scm +1 -2
@@ 305,13 305,12 @@ Libraries with some extra bells and whistles.")
    (inputs
     `(("alsa-lib" ,alsa-lib)
       ("dbus" ,dbus)
       ("efl" ,efl)
       ("freetype" ,freetype)
       ("libxcb" ,libxcb)
       ("libxext" ,libxext)
       ("linux-pam" ,linux-pam)
       ("xcb-util-keysyms" ,xcb-util-keysyms)))
    (propagated-inputs
     `(("efl" ,efl))) ; enlightenment.pc
    (home-page "https://www.enlightenment.org")
    (synopsis "Lightweight desktop environment")
    (description