mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: kmscon: Add missing input.
* gnu/packages/terminals.scm (kmscon)[inputs]: Add libcap.
This commit is contained in:
parent
fbc7b1f125
commit
472c2223c0
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@ (define-public kmscon
|
|||
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
|
||||
("docbook-xsl" ,docbook-xsl)))
|
||||
(inputs
|
||||
`(("libdrm" ,libdrm)
|
||||
`(("libcap" ,libcap)
|
||||
("libdrm" ,libdrm)
|
||||
("libtsm" ,libtsm)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
("logind" ,elogind)
|
||||
|
|
Loading…
Reference in a new issue