guix-commits
[Top][All Lists]
Advanced

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

213/265: gnu: libsoup: Include python phases.


From: guix-commits
Subject: 213/265: gnu: libsoup: Include python phases.
Date: Wed, 19 Aug 2020 13:09:35 -0400 (EDT)

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

commit 38bb3b17220ae28d9443b0de0a8708d2d4d1b9f7
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 88689a5..88d0026 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5320,6 +5320,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")
@@ -5412,8 +5413,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]