mbakke pushed a commit to branch core-updates
in repository guix.
commit 1e2b82b9328b5d6cd4101731ed58e605b88aa68c
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 02:03:06 2022 +0200
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(-)
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/")