dannym pushed a commit to branch wip-desktop
in repository guix.
commit 714643ba66fa3b90d6e7c6a56c24bd84f69be0bb
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 02:23:45 2020 -0400
gnu: gexiv2: Include python phases.
* gnu/packages/gnome.scm (gexiv2) [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 6cbf6e5..ac3f25d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8025,6 +8025,7 @@ and classes for commonly used data structures.")
(outputs '("out" "doc"))
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:python? #t ; To wrap binaries
#:configure-flags
(list
"-Dgtk_doc=true")