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
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5145,7 +5145,7 @@ over Xlib, including:
 | 
			
		|||
        ("xcb-util-renderutil" ,xcb-util-renderutil)
 | 
			
		||||
        ("xcb-util-wm" ,xcb-util-wm)))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
       `(("python" ,python-minimal-wrapper)
 | 
			
		||||
     `(("python" ,python-wrapper)
 | 
			
		||||
       ("pkg-config" ,pkg-config)))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:parallel-tests? #f
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue