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:
Marius Bakke 2019-07-07 17:02:20 +02:00
parent d7b63ba92d
commit cf3f7aa197
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 9 additions and 9 deletions

View File

@ -55,7 +55,7 @@
;; This skips some of the tests which fail on armhf and aarch64.
'(#:configure-flags '("--disable-libevent-regress")))
(inputs
`(("python" ,python-2))) ; for 'event_rpcgen.py'
`(("python" ,python-wrapper))) ;for 'event_rpcgen.py'
(native-inputs
`(("which" ,which)))
(home-page "https://libevent.org/")