gnu: tracker: Propagate libraries 'required' by pkg-config.

* gnu/packages/gnome.scm (tracker)[inputs]: Move libxml2, icu4c, json-glib and
sqlite to...
[propagated-inputs]: ... here.  Add glib.
This commit is contained in:
Maxim Cournoyer 2022-07-12 21:29:13 -04:00
parent d0f2441dac
commit d6556ba1bf
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 5 deletions

View File

@ -8855,11 +8855,14 @@ easy, safe, and automatic.")
("vala" ,vala)))
(inputs
`(("dbus" ,dbus)
("sqlite" ,sqlite)
("libxml2" ,libxml2)
("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail.
("json-glib" ,json-glib)
("libsoup" ,libsoup))) ; tracker-miners requires the same version.
("libsoup" ,libsoup)))
(propagated-inputs
;; These are in Requires or Requires.private of tracker-sparql-3.0.pc.
(list glib
icu4c ;libunistring gets miner-miner-fs test to fail
json-glib
libxml2
sqlite))
(synopsis "Metadata database, indexer and search tool")
(home-page "https://wiki.gnome.org/Projects/Tracker")
(description