summary refs log tree commit diff
path: root/gnu/packages/enlightenment.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-08-26 15:23:46 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-08-26 17:39:42 +0300
commit8c3bb471557192c0cde97b01e0d314bb34b29bdb (patch)
tree20ff99139836382a909852eb06ca8cc67018798a /gnu/packages/enlightenment.scm
parentd8ab4c1bfee5423960ba09ad9ea895e675fbf339 (diff)
downloadguix-8c3bb471557192c0cde97b01e0d314bb34b29bdb.tar.gz
gnu: enlightenment: Move efl to inputs.
* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]:
Move efl from here ...
[inputs]: ... to here.
Diffstat (limited to 'gnu/packages/enlightenment.scm')
-rw-r--r--gnu/packages/enlightenment.scm3
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