aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-06-18 12:15:50 +0800
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:09 +0200
commit93f92e8780708a3c621ad500fccdcca5751f9320 (patch)
tree1b5a7c49ea1cefebb2ae56e99cddba780e368996 /gnu/packages
parent2b6a1829b97e84e64da71ccfdf11a4a8029869bb (diff)
downloadguix-93f92e8780708a3c621ad500fccdcca5751f9320.tar.gz
guix-93f92e8780708a3c621ad500fccdcca5751f9320.zip
gnu: nginx: Add libxcrypt dependency.
* gnu/packages/web.scm (nginx)[inputs]: Add libxcrypt. Change-Id: Ifd6e6a4c0d9d18c2c47355e9f0625641dfb9dbc5
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2cead0dacf..1e29335c80 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -533,7 +533,7 @@ the same, being completely separated from the Internet.")
(base32
"1z5x0i0k1hmnxm7mb3dfn6qrz9am96my5ivinxl3gsp1dj5acyxx"))))
(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