Unverified Commit 9799f75f authored by Mauricio Collares's avatar Mauricio Collares Committed by GitHub
Browse files

symmetrica: compile with -std=c99 (#342275)

parents 2fad7c12 8d742758
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; {