gnu: colord: Add missing input.

* gnu/packages/gnome.scm (colord)[inputs]: Add libcap.
This commit is contained in:
Peter Mikkelsen 2017-09-06 13:22:38 +02:00 committed by Efraim Flashner
parent 7e38ba654a
commit de0c89f181
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2781,6 +2781,7 @@ (define-public colord
("lcms" ,lcms)))
(inputs
`(("dbus-glib" ,dbus-glib)
("libcap" ,libcap)
("libgudev" ,libgudev)
("libusb" ,libusb)
("sqlite" ,sqlite)