osmctools: fix build

Closes #482921
This commit is contained in:
Julius Michaelis
2026-01-24 11:35:30 +09:00
parent e6fcdcbedf
commit 4aa2c42864
+3
View File
@@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ zlib ];
# Fix build with gcc15 (-std=gnu23)
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isGNU "-std=gnu17";
meta = {
description = "Command line tools for transforming Open Street Map files";
homepage = [