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

commit 6ae0362def6105fe7a93d6c8ec46f10c5b6458c8
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Oct 12 22:18:13 2025 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d243fe87d3..0e2d774bc2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12838,7 +12838,7 @@ integrate seamlessly with the GNOME desktop.")
            libxml2
            qemu-minimal                 ;for qemu-img
            sparql-query
-           tracker
+           tinysparql
            webkitgtk-for-gtk3))
     (propagated-inputs
      ;; Propagating spice-gtk is necessary so that the gnome-desktop-service

Reply via email to