verilog: fix build on darwin

+4
+4
pkgs/applications/science/electronics/verilog/default.nix
··· 44 45 enableParallelBuilding = true; 46 47 # NOTE(jleightcap): the `make check` target only runs a "Hello, World"-esque sanity check. 48 # the tests in the doInstallCheck phase run a full regression test suite. 49 # however, these tests currently fail upstream on aarch64
··· 44 45 enableParallelBuilding = true; 46 47 + env = lib.optionalAttrs stdenv.isDarwin { 48 + NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration"; 49 + }; 50 + 51 # NOTE(jleightcap): the `make check` target only runs a "Hello, World"-esque sanity check. 52 # the tests in the doInstallCheck phase run a full regression test suite. 53 # however, these tests currently fail upstream on aarch64