dannym pushed a commit to branch wip-desktop
in repository guix.
commit 35461ea98947726e08c6040c4bb7f2aec6c94a16
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 00:19:16 2020 -0400
gnu: gcr: Include python phases.
* gnu/packages/gnome.scm (gcr) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fda3025..1bceb12 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2757,7 +2757,8 @@ shows the full view of how the font would look under
various sizes.")
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
- '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas.
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:python? #t ; To wrap binaries
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-docbook-xml