apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 6d06f92bcbf65c03c331395bd1b9f3e42b6b5087
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Dec 26 19:39:59 2021 -0500
gnu: baobab: Add python to native inputs.
* gnu/packages/gnome.scm (baobab)[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 efe9da580b..f7f7ed5734 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9169,6 +9169,7 @@ files.")
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)
+ ("python" ,python)
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("itstool" ,itstool)