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

commit 04f599a030d0aa574895d459c501bf108e915b99
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 02:56:40 2020 -0400

    gnu: tracker-miners: Include python phases.
    
    * gnu/packages/gnome.scm (tracker-miners) [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 78e7436..9a48d50 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10151,6 +10151,7 @@ search tool.  This package provides Tracker-Core, that 
contains the database
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dfunctional_tests=false"

Reply via email to