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

commit 91dcb2da155911020bea0036465890857a8b1901
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 75aaf22a87..f15e140b44 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -995,6 +995,7 @@ Python.")
        ("dot" ,graphviz)
        ("doxygen" ,doxygen)
        ("pkg-config" ,pkg-config)
+       ("python" ,python)
        ("xmlto" ,xmlto)
        ("xsltproc" ,libxslt)
        ,@(if (%current-target-system)

Reply via email to