iverilog: fix Darwin build by setting -std=gnu17

Refs: https://github.com/NixOS/nixpkgs/issues/511329
This commit is contained in:
FlameFlag
2026-04-19 19:28:49 +03:00
parent 2d82734971
commit c2877ec5cc
+2
View File
@@ -51,6 +51,8 @@ stdenv.mkDerivation (finalAttrs: {
preConfigure = "sh autoconf.sh";
configureFlags = [ "CFLAGS=-std=gnu17" ];
enableParallelBuilding = true;
# NOTE(jleightcap): the `make check` target only runs a "Hello, World"-esque sanity check.