1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 08:40:30 +02:00

gnu: inetutils: Add libxcrypt dependency.

* gnu/packages/admin.scm (inetutils): Add libxcrypt dependency.

Change-Id: I6c7bc49f60e532edac395a2b1ba89e3f1f95b4e7
This commit is contained in:
Josselin Poiret
2024-02-02 19:05:05 +01:00
committed by Ludovic Courtès
parent 650bab377e
commit 8137bcfa93

View File

@@ -1004,6 +1004,7 @@ re-executing them as necessary.")
(inputs
(list coreutils
shadow ;for login (used in telnetd and rlogind)
libxcrypt
ncurses
readline)) ;for 'ftp'
(native-inputs