3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/xorg.scm (xorg-server)[native-inputs]: Change
PYTHON-MINIMAL-WRAPPER to PYTHON-WRAPPER.
This commit is contained in:
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

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