mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
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 @@ (define-public libxkbcommon
|
|||
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="
|
||||
|
|
Loading…
Reference in a new issue