guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: tracker: Use sqlite-with-fts5.


From: Mark H. Weaver
Subject: 02/02: gnu: tracker: Use sqlite-with-fts5.
Date: Sun, 28 Jan 2018 00:26:07 -0500 (EST)

mhw pushed a commit to branch core-updates
in repository guix.

commit 76611ce7b5bfd6e3c7e644e2a788b04c2553716d
Author: Mark H Weaver <address@hidden>
Date:   Sun Jan 28 00:21:55 2018 -0500

    gnu: tracker: Use sqlite-with-fts5.
    
    * gnu/packages/gnome.scm (tracker)[inputs]: Use sqlite-with-fts5 instead of
    our default sqlite package.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d460915..92a93d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]