~ruther/guix-local

29ba3898f9d51570c148ed5164e7f2840e867490 — Marius Bakke 3 years ago a7ca1a3
gnu: hitch: Remove input labels.

* gnu/packages/web.scm (hitch)[native-inputs]: Remove labels.
1 files changed, 7 insertions(+), 7 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +7 -7
@@ 5739,14 5739,14 @@ on the fly.")
                         "$(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")