mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add deprecation notice for 'sqlite-with-column-metadata'.
* gnu/packages/sqlite.scm (sqlite-with-column-metadata): New public variable.
This commit is contained in:
parent
03d66a84f7
commit
2bb84b8efe
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
|
||||
;;; Copyright © 2016 David Craven <david@craven.ch>
|
||||
;;; Copyright © 2016, 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
|
||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
|
@ -102,3 +102,8 @@ (define-public sqlite
|
|||
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))
|
||||
|
|
Loading…
Reference in a new issue