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

commit 911b23290c161d0435bb164af180d7ec5e8f30e0
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Wed Jun 19 11:38:13 2024 +0800

    gnu: nginx-accept-language-module: Add libxcrypt dependency.
    
    * gnu/packages/web.scm (nginx-accept-language-module)[inputs]: Add 
libxcrypt.
    
    Change-Id: I7f9102b0b93566fea5992c1a4fec305ad8f3db1f
---
 gnu/packages/web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 86902b2ae4..33a4daba46 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -676,7 +676,8 @@ and as a proxy to reduce the load on back-end HTTP or mail 
servers.")
          (sha256
           (base32 "1hjysrl15kh5233w7apq298cc2bp4q1z5mvaqcka9pdl90m0vhbw"))))
       (build-system gnu-build-system)
-      (inputs `(("openssl" ,openssl)
+      (inputs `(("libxcrypt" ,libxcrypt)
+                ("openssl" ,openssl)
                 ("pcre" ,pcre)
                 ("nginx-sources" ,(package-source nginx))
                 ("zlib" ,zlib)))

Reply via email to