spatialite-tools: add -lm to fix build with GCC 15 (#480305)

This commit is contained in:
Ivan Mincik
2026-01-15 13:42:38 +00:00
committed by GitHub
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
env = {
NIX_LDFLAGS = toString [
"-lm"
"-lxml2"
(lib.optionalString stdenv.hostPlatform.isDarwin "-liconv")
];