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

commit ef5de4a1160645175a3b0e395184319806554824
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 01:30:27 2020 -0400

    gnu: libsecret: Include python phases.
    
    * gnu/packages/gnome.scm (libsecret) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a3ecee8..05428b6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5465,6 +5465,7 @@ GObjects and the GLib main loop, to integrate well with 
GNOME applications.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t
+       #:python? #t
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-docbook-xml

Reply via email to