diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-08-26 15:23:46 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-08-26 17:39:42 +0300 |
commit | 8c3bb471557192c0cde97b01e0d314bb34b29bdb (patch) | |
tree | 20ff99139836382a909852eb06ca8cc67018798a | |
parent | d8ab4c1bfee5423960ba09ad9ea895e675fbf339 (diff) | |
download | guix-8c3bb471557192c0cde97b01e0d314bb34b29bdb.tar guix-8c3bb471557192c0cde97b01e0d314bb34b29bdb.tar.gz |
gnu: enlightenment: Move efl to inputs.
* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]:
Move efl from here ...
[inputs]: ... to here.
-rw-r--r-- | gnu/packages/enlightenment.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 5cbcdc62e6..818dbac942 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -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 |