apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit e8c924296ffafd2fa918c9cb5635d3f26b60db11
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Dec 18 22:53:04 2021 -0500

    gnu: wayland: Add python to native inputs.
    
    Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
    propagates Python.
    
    * gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add python.
---
 gnu/packages/freedesktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 2443e64c5d..8cbed5dca8 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -996,6 +996,7 @@ Python.")
        ("dot" ,graphviz)
        ("doxygen" ,doxygen)
        ("pkg-config" ,pkg-config)
+       ("python" ,python)
        ("xmlto" ,xmlto)
        ("xsltproc" ,libxslt)
        ,@(if (%current-target-system)

Reply via email to