guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

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