mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 16:55:56 +02:00
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 <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
74ea114fe7
commit
f1552b03c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user