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

commit 04d5ec16fb8ada99e61e440f05092c8a94e89ad4
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 00:09:52 2020 -0400

    gnu: dconf: Include python phases.
    
    * gnu/packages/gnome.scm (dconf) [arguments]: Add #:python?.
    
    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 27517b9..fda3025 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5065,6 +5065,7 @@ and RDP protocols.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t
+       #:python? #t
        #:configure-flags
        (list
         "-Dgtk_doc=true")

Reply via email to