librasterlite2: fix build by using libxml2 with http support
This commit is contained in:
committed by
Augustin Trancart
parent
23786f00fc
commit
3fe4d32e78
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
libspatialite
|
||||
libtiff
|
||||
libwebp
|
||||
libxml2
|
||||
(libxml2.override { enableHttp = true; })
|
||||
lz4
|
||||
minizip
|
||||
openjpeg
|
||||
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
||||
proj
|
||||
sqlite
|
||||
zstd
|
||||
] ++ lib.optional stdenv.hostPlatform.isDarwin ApplicationServices;
|
||||
] ++ lib.optional stdenv.isDarwin ApplicationServices;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user