dannym pushed a commit to branch wip-desktop
in repository guix.
commit 943feece4af6f39629ff6e3850f90a85d78945d6
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 04:35:53 2020 -0400
gnu: gnome-control-center: Include python phases.
* gnu/packages/gnome.scm (gnome-control-center) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 74d38bf..e09296e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9669,6 +9669,7 @@ integration with the GNOME desktop environment.")
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:python? #t ; To wrap binaries
#:configure-flags
(list
"-Ddocumentation=true")