guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit e2dadcd8133d6e62b09c4867c8086eb3adf8441d
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Sep 7 10:05:17 2025 +0200

    gnu: gtk: Use tinysparql.
    
    * gnu/packages/gtk.scm (gtk): Replace tracker with tinysparql.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fe55fdcc0d..b733a82944 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1360,7 +1360,7 @@ application suites.")
            libtiff
            python
            rest
-           tracker))                    ;for filechooser search support
+           tinysparql))                 ;for filechooser search support
     (propagated-inputs
      ;; Following dependencies are referenced in .pc files.
      (list cairo

Reply via email to