gnu: modem-manager: Add missing input.

* gnu/packages/freedesktop.scm (modem-manager)[inputs]: Add libcap.
master
Peter Mikkelsen 2017-09-06 13:06:41 +02:00 committed by Efraim Flashner
parent 1f919459eb
commit daae208942
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

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)))