Commit 3fe4d32e authored by Ivan Mincik's avatar Ivan Mincik Committed by Augustin Trancart
Browse files

librasterlite2: fix build by using libxml2 with http support

parent 23786f00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;