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

commit 411d97dffe473f1d665543910ac7e55469c5a3b3
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 02:58:17 2020 -0400

    gnu: tracker: Include python phases.
    
    * gnu/packages/gnome.scm (tracker) [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 9a48d50..a05fa2f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10045,6 +10045,7 @@ directories over the internet.")
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t
+       #:python? #t
        #:configure-flags
        (list
         "-Ddocs=true"

Reply via email to