dannym pushed a commit to branch wip-desktop
in repository guix.
commit 0e2f8e22064c5c2fbd41a9dc80bae2d8c538a753
Author: Raghav Gururajan <[email protected]>
AuthorDate: Tue Aug 18 01:53:34 2020 -0400
Revert "gnu: gexiv2: Include python phases."
This reverts commit a802be27a95ad1aa659bae1feaa397ecba7e863d.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gnome.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a9c8f4c..e5c92f1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8002,7 +8002,6 @@ 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")