spatialite_tools: fix build (#379785)

This commit is contained in:
Gaétan Lepage
2025-02-07 11:28:54 +01:00
committed by GitHub
@@ -43,6 +43,13 @@ stdenv.mkDerivation rec {
sqlite
];
env = {
NIX_LDFLAGS = toString [
"-lxml2"
(lib.optionalString stdenv.hostPlatform.isDarwin "-liconv")
];
};
enableParallelBuilding = true;
passthru.tests.version = testers.testVersion {