guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 44/142: gnu: wayland: Add python to native inputs.
Date: Mon, 10 Jan 2022 13:07:19 -0500 (EST)

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

commit e8c924296ffafd2fa918c9cb5635d3f26b60db11
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 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

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