diff options
| -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 dd6e73e548f..3923a9a5bdb 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6774,7 +6774,7 @@ tools like SSH (Secure Shell) to reach the outside world.") netcat procps python)) - (inputs (list openssl)) + (inputs (list openssl perl)) (home-page "https://www.stunnel.org") (synopsis "TLS proxy for clients or servers") (description "Stunnel is a proxy designed to add TLS encryption |
