diff options
-rw-r--r-- | gnu/packages/web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index ca34fe1f57..6c9af8c1e6 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -689,7 +689,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))) |