guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/145: gnu: wayland: Add python to native inputs.


From: guix-commits
Subject: 44/145: gnu: wayland: Add python to native inputs.
Date: Mon, 10 Jan 2022 11:44:06 -0500 (EST)

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

commit 91dcb2da155911020bea0036465890857a8b1901
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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

[Prev in Thread] Current Thread [Next in Thread]