From f1552b03c3d76d4ded9ec254e4af5741ec4effdc Mon Sep 17 00:00:00 2001 From: David Arroyo Date: Sun, 30 Mar 2025 17:51:00 +0200 Subject: gnu: stunnel: Add missing perl dependency. This is required for the stunnel3 script. * gnu/packages/web.scm (stunnel)[inputs]: Add perl. Change-Id: I68b21fbd2af96174d1fa8184f3ca398c67715453 Signed-off-by: Andreas Enge --- 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 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 -- cgit v1.3