efraim pushed a commit to branch master
in repository guix.

commit 124ac301c1f11b7c217107c3abf91edbb1a1c3f8
Author: Efraim Flashner <[email protected]>
Date:   Wed Sep 6 09:49:17 2017 +0300

    gnu: weston: Add missing input.
    
    * gnu/packages/freedesktop.scm (weston)[inputs]: Add libcap.
---
 gnu/packages/freedesktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 378a8f9..3c4ae3f 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -448,6 +448,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
      `(("cairo" ,cairo-xcb)
        ("dbus" ,dbus)
        ("elogind" ,elogind)
+       ("libcap" ,libcap)
        ("libinput" ,libinput-minimal)
        ("libunwind" ,libunwind)
        ("libxcursor" ,libxcursor)

Reply via email to