mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: whois: Add libxcrypt dependency.
* gnu/packages/networking.scm (whois)[inputs]: Add libxcrypt. Change-Id: Ic00fdcabd82d484a4331b11058aa96df2c32557d
This commit is contained in:
parent
9ff05e31c6
commit
4272a8b1d0
1 changed files with 1 additions and 1 deletions
|
@ -1784,7 +1784,7 @@ (define-public whois
|
|||
(lambda _
|
||||
(setenv "HAVE_ICONV" "1"))))))
|
||||
(inputs
|
||||
(list libidn2))
|
||||
(list libidn2 libxcrypt))
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
perl
|
||||
|
|
Loading…
Reference in a new issue