diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-18 01:53:34 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:09 +0200 |
commit | 5cda70d7488e459135eec6b649fea87b5e712b90 (patch) | |
tree | 874fb2123a3186213be08ebd9f99e628c70546df /gnu/packages/gnome.scm | |
parent | 24b0b932caf1c46996dc6904d58ddad8cbed2d32 (diff) | |
download | guix-5cda70d7488e459135eec6b649fea87b5e712b90.tar.gz |
Revert "gnu: gexiv2: Include python phases."
This reverts commit a802be27a95ad1aa659bae1feaa397ecba7e863d. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9e0f7d7b79..3eb6e05930 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7950,7 +7950,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") |