me
/
guix
Archived
1
0
Fork 0

gnu: tracker-miners: Require the same libsoup as tracker.

* gnu/packages/gnome.scm (tracker-miners)[inputs]: Use the same libsoup
version as tracker.
(tracker)[inputs]: Warn that tracker-miners should
use the same version of libsoup.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
Vivien Kraus 2021-11-13 08:19:09 +00:00 committed by Ricardo Wurmus
parent a944b455d1
commit b5941f7be8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8900,7 +8900,7 @@ easy, safe, and automatic.")
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail. ("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail.
("json-glib" ,json-glib) ("json-glib" ,json-glib)
("libsoup" ,libsoup-minimal-2))) ("libsoup" ,libsoup-minimal-2))) ; tracker-miners requires the same version.
(synopsis "Metadata database, indexer and search tool") (synopsis "Metadata database, indexer and search tool")
(home-page "https://wiki.gnome.org/Projects/Tracker") (home-page "https://wiki.gnome.org/Projects/Tracker")
(description (description
@ -9019,7 +9019,7 @@ endpoint and it understands SPARQL. ")
("libosinfo" ,libosinfo) ("libosinfo" ,libosinfo)
("libpng" ,libpng) ("libpng" ,libpng)
("libseccomp" ,libseccomp) ("libseccomp" ,libseccomp)
("libsoup" ,libsoup) ("libsoup" ,libsoup-minimal-2) ; because tracker requires this version.
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("libvorbis" ,libvorbis) ("libvorbis" ,libvorbis)
("libxml2" ,libxml2) ("libxml2" ,libxml2)