guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28367] [PATCH] gnu: modem-manager: Add missing input.


From: ng0
Subject: [bug#28367] [PATCH] gnu: modem-manager: Add missing input.
Date: Wed, 6 Sep 2017 15:45:24 +0000

Peter Mikkelsen transcribed 0.7K bytes:
> * gnu/packages/freedesktop.scm (modem-manager)[inputs]: Add libcap.
> ---
>  gnu/packages/freedesktop.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 3649093ea..9f4d43320 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -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)))
> -- 
> 2.14.1
> 
> 
> 
> 
> 
LGTM. This patch needs to be applied before the Network-Manager patch.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]