mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: libevent: Remove input label.
* gnu/packages/libevent.scm (libevent)[inputs]: Remove label.
This commit is contained in:
parent
2915b2f2ec
commit
1e2b82b932
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ (define-public libevent
|
||||||
'(#:configure-flags '("--disable-libevent-regress"
|
'(#:configure-flags '("--disable-libevent-regress"
|
||||||
"--disable-openssl")))
|
"--disable-openssl")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-wrapper))) ;for 'event_rpcgen.py'
|
(list python-wrapper)) ;for 'event_rpcgen.py'
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list which))
|
(list which))
|
||||||
(home-page "https://libevent.org/")
|
(home-page "https://libevent.org/")
|
||||||
|
|
Loading…
Reference in a new issue