iyzsong pushed a commit to branch core-updates
in repository guix.

commit ddd0ae266226647d0f8187956a1c3499635b963e
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:56:41 2024 +0800

    gnu: squid: Add libxcrypt dependency.
    
    * gnu/packages/networking.scm (squid)[inputs]: Add libxcrypt.
    
    Change-Id: I1d7e671d0095e988375d2deab554b0142b822e2f
---
 gnu/packages/networking.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0b25a02d15..00ead5537a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2075,6 +2075,7 @@ TCP connection, TLS handshake and so on) in the 
terminal.")
            openldap
            linux-pam
            libcap
+           libxcrypt
            cyrus-sasl
            expat
            libxml2

Reply via email to