iverilog: fix Darwin build by setting -std=gnu17 (#511486)

This commit is contained in:
Alyssa Ross
2026-04-20 05:56:43 +00:00
committed by GitHub
+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.