···44444545 enableParallelBuilding = true;
46464747+ env = lib.optionalAttrs stdenv.isDarwin {
4848+ NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
4949+ };
5050+4751 # NOTE(jleightcap): the `make check` target only runs a "Hello, World"-esque sanity check.
4852 # the tests in the doInstallCheck phase run a full regression test suite.
4953 # however, these tests currently fail upstream on aarch64