guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: enlightenment: Move efl to inputs.


From: Efraim Flashner
Subject: 05/05: gnu: enlightenment: Move efl to inputs.
Date: Fri, 26 Aug 2016 14:40:44 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 8c3bb471557192c0cde97b01e0d314bb34b29bdb
Author: Efraim Flashner <address@hidden>
Date:   Fri Aug 26 15:23:46 2016 +0300

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

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 5cbcdc6..818dbac 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]