guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/22: gnu: libevent: Use Python 3 for event_rpcgen.py.


From: guix-commits
Subject: 06/22: gnu: libevent: Use Python 3 for event_rpcgen.py.
Date: Sun, 7 Jul 2019 19:04:42 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cf3f7aa1970d71c69ec2c75c4ae874afc1d1fdab
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 7 17:02:20 2019 +0200

    gnu: libevent: Use Python 3 for event_rpcgen.py.
    
    * gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to 
PYTHON-WRAPPER.
---
 gnu/packages/libevent.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index e9e165a..58c451a 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -43,19 +43,19 @@
     (name "libevent")
     (version "2.1.10")
     (source (origin
-             (method url-fetch)
-             (uri (string-append
-                   
"https://github.com/libevent/libevent/releases/download/release-";
-                   version "-stable/libevent-" version "-stable.tar.gz"))
-             (sha256
-              (base32
-               "1c25928gdv495clxk2v1d4gkr5py7ack4gx2n7d13frnld0syr78"))))
+              (method url-fetch)
+              (uri (string-append
+                    
"https://github.com/libevent/libevent/releases/download/release-";
+                    version "-stable/libevent-" version "-stable.tar.gz"))
+              (sha256
+               (base32
+                "1c25928gdv495clxk2v1d4gkr5py7ack4gx2n7d13frnld0syr78"))))
     (build-system gnu-build-system)
     (arguments
-      ;; 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")))
     (inputs
-     `(("python" ,python-2)))           ; for 'event_rpcgen.py'
+     `(("python" ,python-wrapper)))     ;for 'event_rpcgen.py'
     (native-inputs
      `(("which" ,which)))
     (home-page "https://libevent.org/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]