gnu: xcb-util-errors: Build with Python 3.
* gnu/packages/xorg.scm (xcb-util-errors)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
		
							parent
							
								
									58f025619d
								
							
						
					
					
						commit
						a0372480f0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5765,7 +5765,7 @@ The XCB util module provides the following libraries:
 | 
				
			||||||
      `(("autoconf" ,autoconf)
 | 
					      `(("autoconf" ,autoconf)
 | 
				
			||||||
        ("automake" ,automake)
 | 
					        ("automake" ,automake)
 | 
				
			||||||
        ("libtool" ,libtool)
 | 
					        ("libtool" ,libtool)
 | 
				
			||||||
        ("python-2" ,python-2)
 | 
					        ("python" ,python-wrapper)
 | 
				
			||||||
        ("pkg-config" ,pkg-config)))
 | 
					        ("pkg-config" ,pkg-config)))
 | 
				
			||||||
     (arguments
 | 
					     (arguments
 | 
				
			||||||
      `(#:phases
 | 
					      `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue