mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
e8c924296f
commit
b179c14bf6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue