forked from mirrors/nixpkgs
Replaced libspatialite -> libspatialite.dev in configureFlags so that it gets actually enabled
This commit is contained in:
parent
9544c029c0
commit
d2ef345f75
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||
"--with-mysql=${getDev libmysqlclient}/bin/mysql_config"
|
||||
"--with-geotiff=${libgeotiff}"
|
||||
"--with-sqlite3=${sqlite.dev}"
|
||||
"--with-spatialite=${libspatialite}"
|
||||
"--with-spatialite=${libspatialite.dev}"
|
||||
"--with-python" # optional
|
||||
"--with-proj=${proj.dev}" # optional
|
||||
"--with-geos=${geos}/bin/geos-config" # optional
|
||||
|
|
Loading…
Reference in a new issue