s-tar: force '-std=c89' so it builds with recent compilers (#436514)

This commit is contained in:
dish
2025-09-05 11:57:24 -04:00
committed by GitHub
+1
View File
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
preConfigure = "rm configure";
preBuild = "sed 's_/bin/__g' -i RULES/*";
makeFlags = [ "GMAKE_NOWARN=true" ];
env.NIX_CFLAGS_COMPILE = "-std=c89";
installFlags = [
"DESTDIR=$(out)"
"INS_BASE=/"