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
parent
87bb750a7e
commit
83e6b0640a
|
@ -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)
|
||||
|
|
Reference in New Issue