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.
This commit is contained in:
Maxim Cournoyer 2021-10-28 10:35:24 -04:00
parent c6f3cb5f03
commit 4621cd7b8d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -8886,7 +8886,7 @@ (define-public tracker
("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