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>
This commit is contained in:
parent
1c2889b1ce
commit
c773ce09d7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue