mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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:
parent
c6f3cb5f03
commit
4621cd7b8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue