newlisp: fix build with GCC 15 (#476494)

This commit is contained in:
Aleksana
2026-01-03 07:05:08 +00:00
committed by GitHub
+3
View File
@@ -20,6 +20,9 @@ stdenv.mkDerivation (finalAttrs: {
readline
];
# Build fails with C standard newer than C17
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
configureScript = "./configure-alt";
doCheck = true;