Loading pkgs/by-name/os/osmctools/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/by-name/os/osmctools/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading