From a0372480f0df5e2372c362a09d01c9276b967323 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 19 Dec 2020 23:41:30 +0100 Subject: 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(-) (limited to 'gnu/packages/xorg.scm') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index e64ffb58fc..3a26acc802 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 -- cgit v1.2.3