gnu: libxkbcommon: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: Add python.
This commit is contained in:
		
							parent
							
								
									b179c14bf6
								
							
						
					
					
						commit
						be04f73d09
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -431,7 +431,7 @@ avoiding password prompts when X11 forwarding has already been setup.") | |||
|            wayland-protocols | ||||
|            xkeyboard-config)) | ||||
|     (native-inputs | ||||
|      (list bison doxygen pkg-config)) | ||||
|      (list bison doxygen pkg-config python)) | ||||
|     (arguments | ||||
|      `(#:configure-flags | ||||
|        (list (string-append "-Dxkb-config-root=" | ||||
|  |  | |||
		Reference in a new issue