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

commit 940202f1bd841691a8fa3c9019f94ef7cf36ad00
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Dec 19 01:01:42 2021 -0500

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ff493d3850..75eaac827c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4604,6 +4604,7 @@ and RDP protocols.")
        ("glib:bin" ,glib "bin")
        ("gtk-doc" ,gtk-doc/stable)
        ("pkg-config" ,pkg-config)
+       ("python" ,python)
        ("vala" ,vala)))
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to