diff options
author | Felix Lechner <felix.lechner@lease-up.com> | 2023-01-17 10:19:32 -0800 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2023-02-09 11:27:41 +0100 |
commit | 9c3a2abc9a27482bcbebd67fc2b468fbc2c81234 (patch) | |
tree | 86f34bbb75e434f881dfb20c4f7962624a9bca93 /gnu/packages | |
parent | 7422ad33742f2e158a41c7fee8828e97e46b60f1 (diff) | |
download | guix-9c3a2abc9a27482bcbebd67fc2b468fbc2c81234.tar.gz guix-9c3a2abc9a27482bcbebd67fc2b468fbc2c81234.zip |
gnu: greetd: Use new-style inputs.
* gnu/packages/admin.scm (greetd)[inputs]: Use new-style inputs.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 3 |
1 files changed, 1 insertions, 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 |