mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: modem-manager: Add missing input.
* gnu/packages/freedesktop.scm (modem-manager)[inputs]: Add libcap.
This commit is contained in:
parent
1f919459eb
commit
daae208942
1 changed files with 2 additions and 1 deletions
|
@ -778,7 +778,8 @@ (define-public modem-manager
|
|||
(propagated-inputs
|
||||
`(("glib" ,glib))) ; required by mm-glib.pc
|
||||
(inputs
|
||||
`(("libgudev" ,libgudev)
|
||||
`(("libcap" ,libcap)
|
||||
("libgudev" ,libgudev)
|
||||
("libmbim" ,libmbim)
|
||||
("libqmi" ,libqmi)
|
||||
("polkit" ,polkit)))
|
||||
|
|
Loading…
Reference in a new issue