guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 2673af004db07440909cd1b8cf5ba155cfb3956f
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Oct 12 22:05:36 2025 +0200
gnu: gnome-online-miners: Modernize.
* gnu/packages/gnome.scm (gnome-online-miners)[inputs]: Drop labels.
Replace tracker with tinysparql.
[native-inputs]: Drop labels.
---
gnu/packages/gnome.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 126cdc2cb3..442e969f33 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1314,22 +1314,22 @@ in the GNOME desktop.")
(lambda _
(invoke "autoreconf" "-vif"))))))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("gettext" ,gettext-minimal)
- ("glib:bin" ,glib "bin")
- ("gobject-introspection" ,gobject-introspection)
- ("gtk+:bin" ,gtk+ "bin")
- ("libtool" ,libtool)
- ("pkg-config" ,pkg-config)))
+ (list autoconf
+ automake
+ gettext-minimal
+ `(,glib "bin")
+ gobject-introspection
+ `(,gtk+ "bin")
+ libtool
+ pkg-config))
(inputs
- `(("gnome-online-accounts" ,gnome-online-accounts)
- ("grilo" ,grilo)
- ("libgdata" ,libgdata)
- ("libgfbgraph" ,gfbgraph)
- ("libzapojit" ,libzapojit)
- ("rest" ,rest)
- ("tracker" ,tracker)))
+ (list gnome-online-accounts
+ grilo
+ libgdata
+ gfbgraph
+ libzapojit
+ rest
+ tinysparql))
(synopsis "Web Crawlers for GNOME")
(description "GNOME Online Miners provides a set of crawlers that
go through your online content and index them locally in Tracker.