gnu: libevent: Remove input label.

* gnu/packages/libevent.scm (libevent)[inputs]: Remove label.
This commit is contained in:
Marius Bakke 2022-06-26 02:03:06 +02:00
parent 2915b2f2ec
commit 1e2b82b932
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -59,7 +59,7 @@ (define-public libevent
'(#: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/")