mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: colord: Add missing input.
* gnu/packages/gnome.scm (colord)[inputs]: Add libcap.
This commit is contained in:
parent
7e38ba654a
commit
de0c89f181
1 changed files with 1 additions and 0 deletions
|
@ -2781,6 +2781,7 @@ (define-public colord
|
|||
("lcms" ,lcms)))
|
||||
(inputs
|
||||
`(("dbus-glib" ,dbus-glib)
|
||||
("libcap" ,libcap)
|
||||
("libgudev" ,libgudev)
|
||||
("libusb" ,libusb)
|
||||
("sqlite" ,sqlite)
|
||||
|
|
Loading…
Reference in a new issue