aboutsummaryrefslogtreecommitdiff
path: root/gnu
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
parentd8ab4c1bfee5423960ba09ad9ea895e675fbf339 (diff)
downloadguix-8c3bb471557192c0cde97b01e0d314bb34b29bdb.tar.gz
guix-8c3bb471557192c0cde97b01e0d314bb34b29bdb.zip
gnu: enlightenment: Move efl to inputs.
* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Move efl from here ... [inputs]: ... to here.
Diffstat (limited to 'gnu')
-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
href='/guix/commit/gnu/packages/gl.scm?id=70cf677c5c715b062333b2a42e58488c819ca067'>gnu: mesa: Update to 12.0.1....Efraim Flashner 2016-08-23gnu: mesa: Use 'modify-phases'....Efraim Flashner 2016-08-23gnu: Add glfw....David Thompson 2016-08-22gnu: mesa: Enable virtio gallium driver....David Craven 2016-08-22gnu: mesa: Enable wayland support....David Craven 2016-08-22gnu: mesa: Update to 12.0.0....David Craven 2016-07-23gnu: libepoxy: Update to 1.3.1....ng0 2016-07-22gnu: Update URLs for sourceforge.net....Leo Famulari 2016-07-21gnu: Update URLs for sourceforge.net....Leo Famulari 2016-07-19gnu: mesa-utils: Update to 8.3.0....David Craven 2016-07-19gnu: Order module imports in (gnu packages gl) alphabetically....David Craven 2016-07-19gnu: gl: Change 'l:' prefix to 'license:'....David Craven 2016-02-24gnu: mesa: Update to 11.0.9....Andy Wingo 2015-11-13gnu: Adjust formatting as recommended by 'guix lint'....宋文武 2015-10-30gnu: mesa-utils: Fix build....宋文武 2015-10-19gnu: mesa: Patch the dlopen call for 'libudev.so'....宋文武 2015-10-17gnu: freeglut: Update to 3.0.0....宋文武 2015-10-17gnu: mesa: Update to 11.0.3....宋文武