diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-19 09:51:57 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:13 +0200 |
commit | f87a1be26098037d292399e646590447705d78ab (patch) | |
tree | 138f2ed695d9005b8bbbb08d25abcc2b138b8ba5 /gnu/packages/web.scm | |
parent | 94f9feb0fb99ee201267c509fb04f3c4fcf7b0e9 (diff) | |
download | guix-f87a1be26098037d292399e646590447705d78ab.tar.gz guix-f87a1be26098037d292399e646590447705d78ab.zip |
gnu: hiawatha: Add libxcrypt dependency.
* gnu/packages/web.scm (hiawatha)[inputs]: Add libxcrypt.
Change-Id: Ie5cfed636bd8fa4e39aaf90e764539477d4e5f43
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1e29335c80..ca34fe1f57 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6791,7 +6791,7 @@ functions of Tidy.") `("PATH" ":" prefix (,mbed))))))))) (inputs ;; TODO: package "hiawatha-monitor", an optional dependency of "hiawatha". - (list bash-minimal libxslt libxml2 mbedtls-for-hiawatha + (list bash-minimal libxcrypt libxslt libxml2 mbedtls-for-hiawatha `(,nghttp2 "lib") zlib)) (home-page "https://www.hiawatha-webserver.org") (synopsis "Webserver with focus on security") |