gnu: libxkbcommon: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: Add python.master
parent
b179c14bf6
commit
be04f73d09
|
@ -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 New Issue