guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: greetd: Use new-style inputs.


From: guix-commits
Subject: 03/03: gnu: greetd: Use new-style inputs.
Date: Thu, 9 Feb 2023 05:30:07 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit 9c3a2abc9a27482bcbebd67fc2b468fbc2c81234
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Tue Jan 17 10:19:32 2023 -0800

    gnu: greetd: Use new-style inputs.
    
    * gnu/packages/admin.scm (greetd)[inputs]: Use new-style inputs.
    
    Signed-off-by: Jelle Licht <jlicht@fsfe.org>
---
 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 cfa8fc43f6..9a82740eb6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5302,8 +5302,7 @@ it won't take longer to install 15 machines than it would 
to install just 2.")
                  (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



reply via email to

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