lv: pin to -std=gun17, gcc-15 build fix (#483357)

This commit is contained in:
Marcin Serwin
2026-02-17 20:34:42 +00:00
committed by GitHub
+4
View File
@@ -23,6 +23,10 @@ stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ ncurses ];
# Upstream needs quite a bit of porting to c23:
# https://github.com/ttdoda/lv/issues/3
NIX_CFLAGS_COMPILE = "-std=gnu17";
preAutoreconf = "cd src";
postAutoreconf = "cd ..";