gnu: whois: Add libxcrypt dependency.

* gnu/packages/networking.scm (whois)[inputs]: Add libxcrypt.

Change-Id: Ic00fdcabd82d484a4331b11058aa96df2c32557d
This commit is contained in:
宋文武 2024-06-18 11:34:12 +08:00 committed by Ludovic Courtès
parent 9ff05e31c6
commit 4272a8b1d0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1784,7 +1784,7 @@ (define-public whois
(lambda _
(setenv "HAVE_ICONV" "1"))))))
(inputs
(list libidn2))
(list libidn2 libxcrypt))
(native-inputs
(list gettext-minimal
perl