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

commit 1b4d2876d9f989ef43eeb1dcbc5a48ff55d2e802
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 8f668aa5aa..bab89a9444 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12669,7 +12669,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