gnu: hitch: Remove input labels.

* gnu/packages/web.scm (hitch)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-08-17 12:39:13 +02:00
parent a7ca1a3234
commit 29ba3898f9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5739,14 +5739,14 @@ (define-public hitch
"$(ps -p $HITCH_PID -o state= | grep -qv '^Z$')"))
#t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
(list pkg-config
;; For tests.
("curl" ,curl)
("egrep" ,grep)
("lsof" ,lsof)
("procps" ,procps)
("python" ,python)))
;; For tests.
curl
grep
lsof
procps
python))
(inputs
(list libev openssl))
(synopsis "Scalable TLS proxy")