Unverified Commit 442b344f authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

mapnik: fix by using libxml2 with http support (again)

https://hydra.nixos.org/build/267561990/nixlog/2/tail

Maybe we could organize these libxml2 overrides better in some way.
parent 578dc7ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
    python3
    sqlite
    zlib
    libxml2
    (libxml2.override { enableHttp = true; })
    postgresql
    protozero
    sparsehash