me
/
guix
Archived
1
0
Fork 0

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.
master
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))) ("vala" ,vala)))
(inputs (inputs
`(("dbus" ,dbus) `(("dbus" ,dbus)
("sqlite" ,sqlite) ("libsoup" ,libsoup)))
("libxml2" ,libxml2) (propagated-inputs
("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail. ;; These are in Requires or Requires.private of tracker-sparql-3.0.pc.
("json-glib" ,json-glib) (list glib
("libsoup" ,libsoup))) ; tracker-miners requires the same version. icu4c ;libunistring gets miner-miner-fs test to fail
json-glib
libxml2
sqlite))
(synopsis "Metadata database, indexer and search tool") (synopsis "Metadata database, indexer and search tool")
(home-page "https://wiki.gnome.org/Projects/Tracker") (home-page "https://wiki.gnome.org/Projects/Tracker")
(description (description