diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-18 22:59:12 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:36 -0500 |
commit | b179c14bf6113e8c2dd15748a781d6f32c93e026 (patch) | |
tree | bb254ecad811a17c29ad28f9f2586d30d2df55ec /gnu/packages/freedesktop.scm | |
parent | e8c924296ffafd2fa918c9cb5635d3f26b60db11 (diff) | |
download | guix-b179c14bf6113e8c2dd15748a781d6f32c93e026.tar guix-b179c14bf6113e8c2dd15748a781d6f32c93e026.tar.gz |
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.
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 8cbed5dca8..7de53ef3a2 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1033,7 +1033,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 |