guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

350/401: gnu: libsoup: Include python phases.


From: guix-commits
Subject: 350/401: gnu: libsoup: Include python phases.
Date: Tue, 18 Aug 2020 16:22:17 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit d492d8193e769541efbcbbe64c38dc6c81fcfad7
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]