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

commit 5627968ebc89f59f7a37d09a9b735e5ca284b214
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 fba72ca38a..c22989c996 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1355,7 +1355,7 @@ application suites.")
            librest
            libtiff
            python
-           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