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

commit abf0951273014ccf7769d56785cb006c50aae659
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Dec 19 00:44:02 2021 -0500

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 58e428c921..ced9d621aa 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1781,6 +1781,7 @@ library.")
        ("mm-common" ,mm-common)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
+       ("python" ,python)
        ("xsltproc" ,libxslt)
        ("xorg-server" ,xorg-server-for-tests)))
     (propagated-inputs

Reply via email to