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

commit cdc64cfef50d210929216b467368f77de022f969
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 02:19:36 2020 -0400

    gnu: folks: Include python phases.
    
    * gnu/packages/gnome.scm (folks) [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 ed0316a..5ad6829 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11280,6 +11280,7 @@ the Moka icon theme.")
     (outputs '("out" "doc" "help"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dtracker_backend=true"

Reply via email to