3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

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