libspatialite: add zlib, use libxml2 with HTTP support

This commit is contained in:
K900 2024-07-27 09:49:07 +03:00
parent 7f7f3da1c0
commit 557a43bb13

View File

@ -11,6 +11,7 @@
, proj
, sqlite
, libiconv
, zlib
}:
stdenv.mkDerivation rec {
@ -34,10 +35,11 @@ stdenv.mkDerivation rec {
freexl
geos
librttopo
libxml2
(libxml2.override { enableHttp = true; })
minizip
proj
sqlite
zlib
] ++ lib.optionals stdenv.isDarwin [
libiconv
];