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

commit 6868d45d3aa2232d3f87e5cc3f1c82da60f044ad
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Dec 26 19:47:24 2021 -0500

    gnu: mutter: Add python to native inputs.
    
    * gnu/packages/gnome.scm (mutter)[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 571787b69f..ff3099ee75 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7527,6 +7527,7 @@ to display dialog boxes from the commandline and shell 
scripts.")
        ("adwaita-icon-theme" ,adwaita-icon-theme)
        ("libxcursor" ,libxcursor)       ;for XCURSOR_PATH
        ("pipewire" ,pipewire-0.3)
+       ("python" ,python)
        ("python-dbus" ,python-dbus)
        ("python-dbusmock" ,python-dbusmock)
        ("tini" ,tini)))                 ;acting as init (zombie reaper)

Reply via email to