guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 5/7] gnu: colord: Add libcap input.


From: Andy Wingo
Subject: [PATCH v2 5/7] gnu: colord: Add libcap input.
Date: Tue, 18 Aug 2015 11:54:13 +0200

* 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 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1c31be2..8763380 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)))
-- 
2.4.3




reply via email to

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