1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

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
+1 -1
View File
@@ -1784,7 +1784,7 @@ and up to 1 Mbit/s downstream.")
(lambda _
(setenv "HAVE_ICONV" "1"))))))
(inputs
(list libidn2))
(list libidn2 libxcrypt))
(native-inputs
(list gettext-minimal
perl