[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: hitch: Remove input labels.
From: |
guix-commits |
Subject: |
05/07: gnu: hitch: Remove input labels. |
Date: |
Fri, 19 Aug 2022 13:24:23 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 29ba3898f9d51570c148ed5164e7f2840e867490
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Aug 17 12:39:13 2022 +0200
gnu: hitch: Remove input labels.
* gnu/packages/web.scm (hitch)[native-inputs]: Remove labels.
---
gnu/packages/web.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b4eda13a4a..49afdbd54a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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")
- branch master updated (b379b4f4a2 -> 005b088fa4), guix-commits, 2022/08/19
- 02/07: gnu: python-rq: Update to 1.11., guix-commits, 2022/08/19
- 01/07: gnu: python-aiohttp: Disable tests that fail with Pytest 7., guix-commits, 2022/08/19
- 03/07: gnu: varnish: Add release-monitoring-url., guix-commits, 2022/08/19
- 04/07: gnu: varnish: Update to 7.1.1., guix-commits, 2022/08/19
- 06/07: gnu: uBlock Origin: Update to 1.44.0., guix-commits, 2022/08/19
- 07/07: gnu: ungoogled-chromium: Update to 104.0.5112.101-1., guix-commits, 2022/08/19
- 05/07: gnu: hitch: Remove input labels.,
guix-commits <=