summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-10-08 21:57:49 +0200
committerLudovic Courtès <ludo@gnu.org>2020-10-22 16:28:45 +0200
commitc773ce09d7983d2b2425133800da39bb4d92ebb2 (patch)
treeb7ecba3b13b50d2a62c55c2ce2360c4fea46fbbd
parent1c2889b1ce08e1f91193e237e03462dc74c63726 (diff)
downloadguix-patches-c773ce09d7983d2b2425133800da39bb4d92ebb2.tar
guix-patches-c773ce09d7983d2b2425133800da39bb4d92ebb2.tar.gz
gnu: inetutils: Let telnetd and rlogind find login.
Without the shadow input, configure doesn't find login and sets PATH_LOGIN to a (wrong) default value, which means that rlogind and telnetd doesn't work. * gnu/packages/admin.scm (inetutils): Let telnetd and rlogind find login. [inputs]: Add shadow. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/admin.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 81ddeaca77..8a6f13bfd7 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -636,6 +636,7 @@ re-executing them as necessary.")
;; "Failed to tell switch -a apart from -A".
#:parallel-tests? #f))
(inputs `(("coreutils*" ,coreutils)
+ ("shadow" ,shadow) ;for login (used in telnetd and rlogind)
("ncurses" ,ncurses)
("readline" ,readline))) ;for 'ftp'
(native-inputs (if (member (%current-system)