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-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
|
||||
|
|
Loading…
Reference in New Issue