[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: tracker: Build against the regular SQLite.
From: |
guix-commits |
Subject: |
05/06: gnu: tracker: Build against the regular SQLite. |
Date: |
Sat, 9 Feb 2019 15:06:43 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 44ed6284669d65307d90ac6dea90cf5067def3e8
Author: Marius Bakke <address@hidden>
Date: Sat Feb 9 20:21:01 2019 +0100
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.
---
gnu/packages/gnome.scm | 2 +-
gnu/packages/sqlite.scm | 9 ---------
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3ea1cf5..850bfcf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5747,7 +5747,7 @@ easy, safe, and automatic.")
("dbus" ,dbus)
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
- ("sqlite" ,sqlite-with-fts5)
+ ("sqlite" ,sqlite)
("nettle" ,nettle) ; XXX why is this needed?
("poppler" ,poppler)
("libgsf" ,libgsf)
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 5e5bbd8..05d7ce6 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -103,15 +103,6 @@ is in the public domain.")
(base32
"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.
(define-public sqlite-with-column-metadata
(package/inherit sqlite
- branch master updated (50a93ad -> 2c7a28e), guix-commits, 2019/02/09
- 02/06: gnu: offlineimap: Remove redundant wrapper., guix-commits, 2019/02/09
- 04/06: gnu: webkitgtk: Update to 2.22.6., guix-commits, 2019/02/09
- 05/06: gnu: tracker: Build against the regular SQLite.,
guix-commits <=
- 01/06: gnu: Add xbanish., guix-commits, 2019/02/09
- 06/06: gnu: notmuch: Update to 0.28.1., guix-commits, 2019/02/09
- 03/06: gnu: libvpx: Update to 1.8.0., guix-commits, 2019/02/09