guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: xcb-util-errors: Build with Python 3.


From: guix-commits
Subject: 01/05: gnu: xcb-util-errors: Build with Python 3.
Date: Sun, 20 Dec 2020 10:32:12 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a0372480f0df5e2372c362a09d01c9276b967323
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 19 23:41:30 2020 +0100

    gnu: xcb-util-errors: Build with Python 3.
    
    * gnu/packages/xorg.scm (xcb-util-errors)[native-inputs]: Change from 
PYTHON-2
    to PYTHON-WRAPPER.
---
 gnu/packages/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e64ffb5..3a26acc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5765,7 +5765,7 @@ The XCB util module provides the following libraries:
       `(("autoconf" ,autoconf)
         ("automake" ,automake)
         ("libtool" ,libtool)
-        ("python-2" ,python-2)
+        ("python" ,python-wrapper)
         ("pkg-config" ,pkg-config)))
      (arguments
       `(#:phases



reply via email to

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