me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -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