diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-10-12 22:17:36 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:14 +0100 |
| commit | 5ce50f59de90dfd4cf8c8fcc9d7256508e646413 (patch) | |
| tree | 9795dfcf85b21b87481d53c660e5cfb8feeae1d8 | |
| parent | a233ef65a6c37d4428e4e1c2451a91f61b74c89d (diff) | |
gnu: polari: Use tinysparql.
* gnu/packages/gnome.scm (polari)[inputs]: Replace tracker with tinysparql.
| -rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bc0a70eba90..31a0daeb445 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12593,7 +12593,7 @@ desktop environment.") libsoup telepathy-glib telepathy-logger - tracker)) + tinysparql)) (propagated-inputs (list telepathy-idle telepathy-mission-control)) |
