dannym pushed a commit to branch wip-desktop
in repository guix.
commit d492d8193e769541efbcbbe64c38dc6c81fcfad7
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 01:32:50 2020 -0400
gnu: libsoup: Include python phases.
* gnu/packages/gnome.scm (libsoup) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 05428b6..ed0316a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5372,6 +5372,7 @@ libxml to ease remote use of the RESTful API.")
(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")
@@ -5464,8 +5465,8 @@ GObjects and the GLib main loop, to integrate well with
GNOME applications.")
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
- `(#:glib-or-gtk? #t
- #:python? #t
+ `(#: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