Skip to content
Snippets Groups Projects
Unverified Commit 8c3bb471 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: enlightenment: Move efl to inputs.

* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]:
Move efl from here ...
[inputs]: ... to here.
parent d8ab4c1b
No related branches found
No related tags found
No related merge requests found
...@@ -305,13 +305,12 @@ (define-public enlightenment ...@@ -305,13 +305,12 @@ (define-public enlightenment
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment