apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 235a0831038d21688dcb8d5080d827a82cd0a5a1
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 f69f401f95..47cf6bb955 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9168,6 +9168,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)