Unverified Commit ed9dd4fa authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

osmctools: fix build (#482924)

parents 659742fd 4aa2c428
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = [