mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 06:01:19 +00:00
symmetrica: compile with -std=c99 (#342275)
This commit is contained in:
commit
9799f75f7e
@ -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…
Reference in New Issue
Block a user