GNU bug report logs - #60798
[PATCH] gnu: greetd: Update to 0.9.0.

Previous Next

Package: guix-patches;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Sat, 14 Jan 2023 00:08:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


Message #19 received at 60798-done <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: 60798-done <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: Re: [bug#60798] [PATCH v2 3/3] gnu: greetd: Use new-style inputs.
Date: Thu, 09 Feb 2023 11:31:48 +0100
Hi Felix,

Felix Lechner via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/admin.scm (greetd)[inputs]: Use new-style inputs.
> ---
>  gnu/packages/admin.scm | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
> index d111e4e3d6..af08a1ca18 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
> @@ -5259,8 +5259,7 @@ (define (scdoc-cmd doc lvl)
>                   (install-file "greetd-ipc.7" man7)
>                   (install-file "agreety.1" man1))))))))
>      (native-inputs
> -     `(("linux-pam" ,linux-pam)
> -       ("scdoc" ,scdoc)))
> +     (list linux-pam scdoc))
>      (synopsis "Minimal and flexible login manager daemon")
>      (description
>       "greetd is a minimal and flexible login manager daemon
> -- 
> 2.38.1

Pushed the v2 series to master, with a slight tweak to the commit
message. Thanks!




This bug report was last modified 2 years and 162 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.