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.
This commit is contained in:
Maxim Cournoyer 2021-12-18 22:59:12 -05:00
parent e8c924296f
commit b179c14bf6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1033,7 +1033,7 @@ (define-public wayland-protocols
(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