guix-patches
[Top][All Lists]
Advanced

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

[bug#28369] [PATCH 1/3] gnu: accountsservice: Add missing input.


From: ng0
Subject: [bug#28369] [PATCH 1/3] gnu: accountsservice: Add missing input.
Date: Wed, 6 Sep 2017 15:40:10 +0000

Peter Mikkelsen transcribed 0.7K bytes:
> * gnu/packages/freedesktop.scm (accountsservice)[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 9f4d43320..b1d09104d 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -681,7 +681,8 @@ message bus.")
>         ("intltool" ,intltool)
>         ("pkg-config" ,pkg-config)))
>      (inputs
> -     `(("shadow" ,shadow)
> +     `(("libcap" ,libcap)
> +       ("shadow" ,shadow)
>         ("polkit" ,polkit)))
>      (home-page "http://www.freedesktop.org/wiki/Software/AccountsService/";)
>      (synopsis "D-Bus interface for user account query and manipulation")
> -- 
> 2.14.1
> 
> 
> 
> 
> 
LGTM
-- 
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]