gnu: stunnel: Remove input labels.

* gnu/packages/web.scm (stunnel)[native-inputs, inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-09 03:55:25 +01:00
parent 53846e252b
commit 895be05f74
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5802,13 +5802,6 @@ (define-public stunnel
(sha256
(base32 "0yjx07r5wc987s4z0wm37381fa3az2s4mrhyjxypx3rd92k0rsli"))))
(build-system gnu-build-system)
(native-inputs
;; For tests.
`(("iproute" ,iproute)
("netcat" ,netcat)
("procps" ,procps)
("python" ,python)))
(inputs (list openssl))
(arguments
(list #:configure-flags
#~(list (string-append "--with-ssl="
@ -5828,6 +5821,13 @@ (define-public stunnel
(let* ((doc (string-append #$output "/share/doc/"
#$name "-" #$version)))
(for-each delete-file (find-files doc "^INSTALL"))))))))
(native-inputs
;; For tests.
(list iproute
netcat
procps
python))
(inputs (list openssl))
(home-page "https://www.stunnel.org")
(synopsis "TLS proxy for clients or servers")
(description "Stunnel is a proxy designed to add TLS encryption