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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user