[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28370] [PATCH 2/3] gnu: colord: Add missing input.
From: |
Peter Mikkelsen |
Subject: |
[bug#28370] [PATCH 2/3] gnu: colord: Add missing input. |
Date: |
Wed, 6 Sep 2017 13:22:38 +0200 |
* gnu/packages/gnome.scm (colord)[inputs]: Add libcap.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0b8e0d810..d02baffff 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2781,6 +2781,7 @@ keyboard shortcuts.")
("lcms" ,lcms)))
(inputs
`(("dbus-glib" ,dbus-glib)
+ ("libcap" ,libcap)
("libgudev" ,libgudev)
("libusb" ,libusb)
("sqlite" ,sqlite)
--
2.14.1