Loading pkgs/applications/science/math/symmetrica/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; { Loading Loading
pkgs/applications/science/math/symmetrica/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; { Loading