[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: whois: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
06/11: gnu: whois: Add libxcrypt dependency. |
Date: |
Mon, 17 Jun 2024 23:37:35 -0400 (EDT) |
iyzsong pushed a commit to branch core-updates
in repository guix.
commit a3a0ea726b6f2beb8ca818058b5b79bf4332dcc7
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jun 18 11:34:12 2024 +0800
gnu: whois: Add libxcrypt dependency.
* gnu/packages/networking.scm (whois)[inputs]: Add libxcrypt.
Change-Id: Ic00fdcabd82d484a4331b11058aa96df2c32557d
---
gnu/packages/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f2489ef1b2..5d8e62323a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1762,7 +1762,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
- branch core-updates updated (d846da1ec2 -> 6191af8fa9), guix-commits, 2024/06/17
- 08/11: gnu: frrouting: Add libxcrypt dependency., guix-commits, 2024/06/17
- 03/11: gnu: dropbear: Add libxcrypt dependency., guix-commits, 2024/06/17
- 04/11: gnu: sawfish: Add libxcrypt dependency., guix-commits, 2024/06/17
- 07/11: gnu: dante: Add libxcrypt dependency., guix-commits, 2024/06/17
- 02/11: gnu: adanaxisgpl: Add libxcrypt dependency., guix-commits, 2024/06/17
- 06/11: gnu: whois: Add libxcrypt dependency.,
guix-commits <=
- 09/11: gnu: exim: Add libxcrypt dependency., guix-commits, 2024/06/17
- 10/11: gnu: dovecot: Add libxcrypt dependency., guix-commits, 2024/06/17
- 01/11: gnu: fdisk: Add libxcrypt dependency., guix-commits, 2024/06/17
- 05/11: gnu: heimdal: Add libxcrypt dependency., guix-commits, 2024/06/17
- 11/11: gnu: alpine: Add libxcrypt dependency., guix-commits, 2024/06/17