gnu: hitch: Remove input labels.
* gnu/packages/web.scm (hitch)[native-inputs]: Remove labels.
parent
a7ca1a3234
commit
29ba3898f9
|
@ -5739,14 +5739,14 @@ on the fly.")
|
||||||
"$(ps -p $HITCH_PID -o state= | grep -qv '^Z$')"))
|
"$(ps -p $HITCH_PID -o state= | grep -qv '^Z$')"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config
|
||||||
|
|
||||||
;; For tests.
|
;; For tests.
|
||||||
("curl" ,curl)
|
curl
|
||||||
("egrep" ,grep)
|
grep
|
||||||
("lsof" ,lsof)
|
lsof
|
||||||
("procps" ,procps)
|
procps
|
||||||
("python" ,python)))
|
python))
|
||||||
(inputs
|
(inputs
|
||||||
(list libev openssl))
|
(list libev openssl))
|
||||||
(synopsis "Scalable TLS proxy")
|
(synopsis "Scalable TLS proxy")
|
||||||
|
|
Reference in New Issue