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
parent
a944b455d1
commit
b5941f7be8
|
@ -8900,7 +8900,7 @@ easy, safe, and automatic.")
|
|||
("libxml2" ,libxml2)
|
||||
("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail.
|
||||
("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")
|
||||
(home-page "https://wiki.gnome.org/Projects/Tracker")
|
||||
(description
|
||||
|
@ -9019,7 +9019,7 @@ endpoint and it understands SPARQL. ")
|
|||
("libosinfo" ,libosinfo)
|
||||
("libpng" ,libpng)
|
||||
("libseccomp" ,libseccomp)
|
||||
("libsoup" ,libsoup)
|
||||
("libsoup" ,libsoup-minimal-2) ; because tracker requires this version.
|
||||
("libtiff" ,libtiff)
|
||||
("libvorbis" ,libvorbis)
|
||||
("libxml2" ,libxml2)
|
||||
|
|
Reference in New Issue