apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit d6aef3006358f4fad0d867382c760e519e5cbbaf
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Dec 18 22:59:12 2021 -0500
gnu: wayland-protocols: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/freedesktop.scm (wayland-protocols)[native-inputs]: Add
python.
---
gnu/packages/freedesktop.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index f15e140b44..9598e9a298 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1032,7 +1032,7 @@ fullscreen) or other display servers.")
(inputs
(list wayland))
(native-inputs
- (list pkg-config))
+ (list pkg-config python))
(synopsis "Wayland protocols")
(description "Wayland-Protocols contains Wayland protocols that add
functionality not available in the Wayland core protocol. Such protocols
either