guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: xorg-server: Use the regular Python for building.


From: guix-commits
Subject: 02/05: gnu: xorg-server: Use the regular Python for building.
Date: Wed, 20 Feb 2019 11:10:37 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 636fb7cb1e22e46b71e0b1ceb3b59d1db225fe62
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 15 14:35:54 2019 +0100

    gnu: xorg-server: Use the regular Python for building.
    
    * gnu/packages/xorg.scm (xorg-server)[native-inputs]: Change
    PYTHON-MINIMAL-WRAPPER to PYTHON-WRAPPER.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b286048..c194ff3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5145,8 +5145,8 @@ over Xlib, including:
         ("xcb-util-renderutil" ,xcb-util-renderutil)
         ("xcb-util-wm" ,xcb-util-wm)))
     (native-inputs
-       `(("python" ,python-minimal-wrapper)
-         ("pkg-config" ,pkg-config)))
+     `(("python" ,python-wrapper)
+       ("pkg-config" ,pkg-config)))
     (arguments
      `(#:parallel-tests? #f
        #:configure-flags



reply via email to

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