me
/
guix
Archived
1
0
Fork 0

gnu: tracker: Use sqlite-with-fts5.

* gnu/packages/gnome.scm (tracker)[inputs]: Use sqlite-with-fts5 instead of
our default sqlite package.
master
Mark H Weaver 2018-01-28 00:21:55 -05:00
parent b9ed5ef3fb
commit 76611ce7b5
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -5688,7 +5688,7 @@ easy, safe, and automatic.")
("dbus" ,dbus)
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
("sqlite" ,sqlite)
("sqlite" ,sqlite-with-fts5)
("nettle" ,nettle) ; XXX why is this needed?
("poppler" ,poppler)
("libgsf" ,libgsf)