1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

gnu: modem-manager: Add missing input.

* gnu/packages/freedesktop.scm (modem-manager)[inputs]: Add libcap.
This commit is contained in:
Peter Mikkelsen
2017-09-06 13:06:41 +02:00
committed by Efraim Flashner
parent 1f919459eb
commit daae208942

View File

@@ -778,7 +778,8 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
(propagated-inputs
`(("glib" ,glib))) ; required by mm-glib.pc
(inputs
`(("libgudev" ,libgudev)
`(("libcap" ,libcap)
("libgudev" ,libgudev)
("libmbim" ,libmbim)
("libqmi" ,libqmi)
("polkit" ,polkit)))