lv: pin to -std=gun17, gcc-15 build fix (#483357)
This commit is contained in:
@@ -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 ..";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user