gnu: wayland: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add python.master
parent
291c4fa0ba
commit
e8c924296f
|
@ -996,6 +996,7 @@ Python.")
|
|||
("dot" ,graphviz)
|
||||
("doxygen" ,doxygen)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
("xmlto" ,xmlto)
|
||||
("xsltproc" ,libxslt)
|
||||
,@(if (%current-target-system)
|
||||
|
|
Reference in New Issue