guix-commits
[Top][All Lists]
Advanced

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

45/142: gnu: wayland-protocols: Add python to native inputs.


From: guix-commits
Subject: 45/142: gnu: wayland-protocols: 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 b179c14bf6113e8c2dd15748a781d6f32c93e026
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 18 22:59:12 2021 -0500

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

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8cbed5dca8..7de53ef3a2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1033,7 +1033,7 @@ fullscreen) or other display servers.")
     (inputs
      (list wayland))
     (native-inputs
-     (list pkg-config))
+     (list pkg-config python))
     (synopsis "Wayland protocols")
     (description "Wayland-Protocols contains Wayland protocols that add
 functionality not available in the Wayland core protocol.  Such protocols 
either



reply via email to

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