spatialite_tools: fix build

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
Tobias Mayer
2025-02-07 11:17:15 +01:00
co-authored by Gaétan Lepage
parent 3210f68b0e
commit dc9a868cc1
@@ -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 {