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:
parent
2c76e19df4
commit
636fb7cb1e
|
@ -5145,8 +5145,8 @@ over Xlib, including:
|
||||||
("xcb-util-renderutil" ,xcb-util-renderutil)
|
("xcb-util-renderutil" ,xcb-util-renderutil)
|
||||||
("xcb-util-wm" ,xcb-util-wm)))
|
("xcb-util-wm" ,xcb-util-wm)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-minimal-wrapper)
|
`(("python" ,python-wrapper)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f
|
`(#:parallel-tests? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue