Commit 8d742758 authored by Mauricio Collares's avatar Mauricio Collares
Browse files

symmetrica: compile for c99

parent 345c263f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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; {