From 1e2b82b9328b5d6cd4101731ed58e605b88aa68c Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 26 Jun 2022 02:03:06 +0200 Subject: gnu: libevent: Remove input label. * gnu/packages/libevent.scm (libevent)[inputs]: Remove label. --- gnu/packages/libevent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/libevent.scm') diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index d807315906..feee1a283a 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -59,7 +59,7 @@ '(#:configure-flags '("--disable-libevent-regress" "--disable-openssl"))) (inputs - `(("python" ,python-wrapper))) ;for 'event_rpcgen.py' + (list python-wrapper)) ;for 'event_rpcgen.py' (native-inputs (list which)) (home-page "https://libevent.org/") -- cgit 1.4.1