summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/sqlite.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 195146aca2..445c1606cf 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2016 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Ben Woodcroft <[email protected]>
;;; Copyright © 2016 David Craven <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019 Marius Bakke <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Marius Bakke <[email protected]>
;;; Copyright © 2017 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017 Jelle Licht <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
@@ -102,3 +102,8 @@ zero-configuration, transactional SQL database engine. SQLite is the most
widely deployed SQL database engine in the world. The source code for SQLite
is in the public domain.")
(license license:public-domain)))
+
+;; Column metadata support was added to the regular 'sqlite' package with
+;; commit fad5b1a6d8d9c36bea5785ae4fbc1beb37e644d7.
+(define-public sqlite-with-column-metadata
+ (deprecated-package "sqlite-with-column-metadata" sqlite))