symmetrica: compile for c99

This commit is contained in:
Mauricio Collares
2024-09-16 13:10:51 +02:00
parent 345c263f2f
commit 8d742758de
@@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
autoreconfHook
];
# clang warning: passing arguments to '...' without a prototype is deprecated
# in all versions of C and is not supported in C23.
CFLAGS = "-std=c99 -Wno-deprecated-non-prototype";
enableParallelBuilding = true;
meta = with lib; {