all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: 60798-done@debbugs.gnu.org
Cc: Felix Lechner <felix.lechner@lease-up.com>
Subject: bug#60798: [PATCH v2 3/3] gnu: greetd: Use new-style inputs.
Date: Thu, 09 Feb 2023 11:31:48 +0100	[thread overview]
Message-ID: <87edqzjfjf.fsf@fsfe.org> (raw)
In-Reply-To: <20230117181932.15222-3-felix.lechner@lease-up.com>

Hi Felix,

Felix Lechner via Guix-patches via <guix-patches@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!




      reply	other threads:[~2023-02-09 10:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 22:08 [bug#60798] [PATCH] gnu: greetd: Update to 0.9.0 Felix Lechner via Guix-patches via
2023-01-17 18:19 ` [bug#60798] [PATCH v2 1/3] gnu: rust-nix-0.26: New variable Felix Lechner via Guix-patches via
2023-01-17 18:19   ` [bug#60798] [PATCH v2 2/3] gnu: greetd: Update to 0.9.0 Felix Lechner via Guix-patches via
2023-01-17 18:19   ` [bug#60798] [PATCH v2 3/3] gnu: greetd: Use new-style inputs Felix Lechner via Guix-patches via
2023-02-09 10:31     ` Jelle Licht [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87edqzjfjf.fsf@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=60798-done@debbugs.gnu.org \
    --cc=felix.lechner@lease-up.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.