[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: weston: Add missing input.
From: |
Efraim Flashner |
Subject: |
02/06: gnu: weston: Add missing input. |
Date: |
Wed, 6 Sep 2017 03:50:24 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 124ac301c1f11b7c217107c3abf91edbb1a1c3f8
Author: Efraim Flashner <address@hidden>
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)
- branch master updated (fbc7b1f -> 744e9d0), Efraim Flashner, 2017/09/06
- 05/06: gnu: mutter: Only propagate glib once., Efraim Flashner, 2017/09/06
- 06/06: gnu: mutter: Add missing input., Efraim Flashner, 2017/09/06
- 02/06: gnu: weston: Add missing input.,
Efraim Flashner <=
- 04/06: gnu: gnome-session: Add missing input., Efraim Flashner, 2017/09/06
- 01/06: gnu: kmscon: Add missing input., Efraim Flashner, 2017/09/06
- 03/06: gnu: polkit: Add missing input., Efraim Flashner, 2017/09/06