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

* gnu/packages/xorg.scm (xorg-server)[native-inputs]: Change
PYTHON-MINIMAL-WRAPPER to PYTHON-WRAPPER.
master
Marius Bakke 2019-02-15 14:35:54 +01:00
parent 2c76e19df4
commit 636fb7cb1e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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