gnu: tracker: Use libsoup-minimal-2 to fix build.
The package doesn't build with libsoup 3 yet. * gnu/packages/gnome.scm (tracker)[inputs]{libsoup}: Use libsoup-minimal-2.master
parent
c6f3cb5f03
commit
4621cd7b8d
|
@ -8886,7 +8886,7 @@ easy, safe, and automatic.")
|
|||
("libxml2" ,libxml2)
|
||||
("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail.
|
||||
("json-glib" ,json-glib)
|
||||
("libsoup" ,libsoup)))
|
||||
("libsoup" ,libsoup-minimal-2)))
|
||||
(synopsis "Metadata database, indexer and search tool")
|
||||
(home-page "https://wiki.gnome.org/Projects/Tracker")
|
||||
(description
|
||||
|
|
Reference in New Issue