verilog: fix build on darwin

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