mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: libevent: Use Python 3 for event_rpcgen.py.
* gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
parent
d7b63ba92d
commit
cf3f7aa197
1 changed files with 9 additions and 9 deletions
|
@ -55,7 +55,7 @@ (define-public libevent
|
||||||
;; This skips some of the tests which fail on armhf and aarch64.
|
;; This skips some of the tests which fail on armhf and aarch64.
|
||||||
'(#:configure-flags '("--disable-libevent-regress")))
|
'(#:configure-flags '("--disable-libevent-regress")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-2))) ; for 'event_rpcgen.py'
|
`(("python" ,python-wrapper))) ;for 'event_rpcgen.py'
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
(home-page "https://libevent.org/")
|
(home-page "https://libevent.org/")
|
||||||
|
|
Loading…
Reference in a new issue