mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: inetutils: Add libxcrypt dependency.
* gnu/packages/admin.scm (inetutils): Add libxcrypt dependency. Change-Id: I6c7bc49f60e532edac395a2b1ba89e3f1f95b4e7
This commit is contained in:
parent
650bab377e
commit
8137bcfa93
1 changed files with 1 additions and 0 deletions
|
@ -1004,6 +1004,7 @@ re-executing them as necessary.")
|
||||||
(inputs
|
(inputs
|
||||||
(list coreutils
|
(list coreutils
|
||||||
shadow ;for login (used in telnetd and rlogind)
|
shadow ;for login (used in telnetd and rlogind)
|
||||||
|
libxcrypt
|
||||||
ncurses
|
ncurses
|
||||||
readline)) ;for 'ftp'
|
readline)) ;for 'ftp'
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue