[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: colord: Add libcap input.
From: |
Andy Wingo |
Subject: |
05/09: gnu: colord: Add libcap input. |
Date: |
Mon, 24 Aug 2015 21:16:52 +0000 |
wingo pushed a commit to branch wip-pam-elogind
in repository guix.
commit cf0d6da404460deb19bf70ac97aff4b5e969f19c
Author: Andy Wingo <address@hidden>
Date: Tue Aug 18 11:54:13 2015 +0200
gnu: colord: Add libcap input.
* gnu/packages/gnome.scm (colord): Add libcap as an input. I don't know
why;
I suspect something libtool-related with libelogind.la.
---
gnu/packages/gnome.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4b26066..42c31c0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2202,6 +2202,8 @@ keyboard shortcuts.")
(inputs
`(("dbus-glib" ,dbus-glib)
("libusb" ,libusb)
+ ;; FIXME: propagated in from elogind via polkit. Why?
+ ("libcap" ,libcap)
("sqlite" ,sqlite)
("polkit" ,polkit)
("sane-backends" ,sane-backends)))
- branch wip-pam-elogind created (now 65ac587), Andy Wingo, 2015/08/24
- 09/09: PRELIMINARY: gnu: polkit: Work on making it functional in practice., Andy Wingo, 2015/08/24
- 01/09: guix: git: Support shallow git clones if a tag is available, Andy Wingo, 2015/08/24
- 04/09: gnu: polkit: Use elogind for seat management., Andy Wingo, 2015/08/24
- 05/09: gnu: colord: Add libcap input.,
Andy Wingo <=
- 02/09: gnu: elogind: Update to version 219.5., Andy Wingo, 2015/08/24
- 03/09: gnu: Allow OS configurations to add PAM session modules, Andy Wingo, 2015/08/24
- 06/09: gnu: Add elogind service., Andy Wingo, 2015/08/24
- 07/09: gnu: Add polkit service., Andy Wingo, 2015/08/24
- 08/09: gnu: elogind: Update to v219.6, Andy Wingo, 2015/08/24