unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 60798@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: Tue, 17 Jan 2023 10:19:32 -0800	[thread overview]
Message-ID: <20230117181932.15222-3-felix.lechner@lease-up.com> (raw)
In-Reply-To: <20230117181932.15222-1-felix.lechner@lease-up.com>

* 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





  parent reply	other threads:[~2023-01-17 18:21 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   ` Felix Lechner via Guix-patches via [this message]
2023-02-09 10:31     ` bug#60798: [PATCH v2 3/3] gnu: greetd: Use new-style inputs Jelle Licht

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20230117181932.15222-3-felix.lechner@lease-up.com \
    --to=guix-patches@gnu.org \
    --cc=60798@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).