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

commit cca32c849c3250f7420fa23e91eabb43249ec7d8
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 12:15:50 2024 +0800

    gnu: nginx: Add libxcrypt dependency.
    
    * gnu/packages/web.scm (nginx)[inputs]: Add libxcrypt.
    
    Change-Id: Ifd6e6a4c0d9d18c2c47355e9f0625641dfb9dbc5
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d5cb612bfb..ee97e95078 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -521,7 +521,7 @@ the same, being completely separated from the Internet.")
                (base32
                 "0m5s8a04jlpv6qhk09sfqbj4rxj38g6923w12j5y3ymrvf3mgjvm"))))
     (build-system gnu-build-system)
-    (inputs (list libxml2 libxslt openssl pcre zlib))
+    (inputs (list libxcrypt libxml2 libxslt openssl pcre zlib))
     (arguments
      (list
       #:tests? #f                       ; no test target

Reply via email to