diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-18 22:53:04 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:36 -0500 |
commit | e8c924296ffafd2fa918c9cb5635d3f26b60db11 (patch) | |
tree | d64235ac84f94c5784dd3e19e7735c43a1e72900 /gnu/packages/freedesktop.scm | |
parent | 291c4fa0baf24b9d600872fce99441f5471cdb40 (diff) | |
download | guix-e8c924296ffafd2fa918c9cb5635d3f26b60db11.tar guix-e8c924296ffafd2fa918c9cb5635d3f26b60db11.tar.gz |
gnu: wayland: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 2443e64c5d..8cbed5dca8 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -996,6 +996,7 @@ Python.") ("dot" ,graphviz) ("doxygen" ,doxygen) ("pkg-config" ,pkg-config) + ("python" ,python) ("xmlto" ,xmlto) ("xsltproc" ,libxslt) ,@(if (%current-target-system) |