dannym pushed a commit to branch wip-desktop
in repository guix.
commit 6bbecd462141948e30df0c90897f8040381e227b
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 00:03:04 2020 -0400
gnu: at-spi2-core: Include python phases.
* gnu/packages/gtk.scm (at-spi2-core) [arguments]: Add #:python?.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gtk.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 558277d..9eef324 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -754,7 +754,8 @@ scaled, composited, modified, saved, or rendered.")
(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
#:configure-flags
(list
"-Ddocs=true")