me
/
guix
Archived
1
0
Fork 0

gnu: libevent: Remove input label.

* gnu/packages/libevent.scm (libevent)[inputs]: Remove label.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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/")