me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-04-13 20:35:27 +02:00
parent 87bb750a7e
commit 83e6b0640a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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)