[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: qgis: Do not use the deprecated sqlite-with-column-metadata.
From: |
guix-commits |
Subject: |
01/03: gnu: qgis: Do not use the deprecated sqlite-with-column-metadata. |
Date: |
Tue, 14 Apr 2020 16:49:32 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 83e6b0640acf933ef54a674dbbadf71f51e8cc14
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Apr 13 20:35:27 2020 +0200
gnu: qgis: Do not use the deprecated sqlite-with-column-metadata.
* gnu/packages/geo.scm (qgis)[inputs]: Change from
SQLITE-WITH-COLUMN-METADATA
to SQLITE.
---
gnu/packages/geo.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f11eaeb..a8f5153 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1985,7 +1985,7 @@ growing set of geoscientific methods.")
("qtwebkit" ,qtwebkit)
("qwt" ,qwt)
("saga" ,saga)
- ("sqlite" ,sqlite-with-column-metadata)))
+ ("sqlite" ,sqlite)))
(native-inputs
`(("bison" ,bison)
("flex" ,flex)