diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-18 23:01:57 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:36 -0500 |
commit | be04f73d09d584cb760f878c9b2364dd79db99a6 (patch) | |
tree | 73e68930d894da309b1c002044edd6b64323ece6 /gnu | |
parent | b179c14bf6113e8c2dd15748a781d6f32c93e026 (diff) |
gnu: libxkbcommon: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: Add python.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 7a5f13cb28..bffa635949 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -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=" |