gnu: tracker: Build against the regular SQLite.
FTS5 is enabled by default in the current version. * gnu/packages/sqlite.scm (sqlite-with-fts5): Remove variable. * gnu/packages/gnome.scm (tracker)[inputs]: Change from that to SQLITE.
This commit is contained in:
parent
9d51a97809
commit
44ed628466
|
@ -5747,7 +5747,7 @@ easy, safe, and automatic.")
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("gstreamer" ,gstreamer)
|
("gstreamer" ,gstreamer)
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
("sqlite" ,sqlite-with-fts5)
|
("sqlite" ,sqlite)
|
||||||
("nettle" ,nettle) ; XXX why is this needed?
|
("nettle" ,nettle) ; XXX why is this needed?
|
||||||
("poppler" ,poppler)
|
("poppler" ,poppler)
|
||||||
("libgsf" ,libgsf)
|
("libgsf" ,libgsf)
|
||||||
|
|
|
@ -103,15 +103,6 @@ is in the public domain.")
|
||||||
(base32
|
(base32
|
||||||
"0pdzszb4sp73hl36siiv3p300jvfvbcdxi2rrmkwgs6inwznmajx"))))))
|
"0pdzszb4sp73hl36siiv3p300jvfvbcdxi2rrmkwgs6inwznmajx"))))))
|
||||||
|
|
||||||
;; This is used by Tracker.
|
|
||||||
(define-public sqlite-with-fts5
|
|
||||||
(package/inherit sqlite
|
|
||||||
(name "sqlite-with-fts5")
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments sqlite)
|
|
||||||
((#:configure-flags flags)
|
|
||||||
`(cons "--enable-fts5" ,flags))))))
|
|
||||||
|
|
||||||
;; This is used by Qt.
|
;; This is used by Qt.
|
||||||
(define-public sqlite-with-column-metadata
|
(define-public sqlite-with-column-metadata
|
||||||
(package/inherit sqlite
|
(package/inherit sqlite
|
||||||
|
|
Loading…
Reference in New Issue