···4445 enableParallelBuilding = true;
46000047 # 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
···4445 enableParallelBuilding = true;
4647+ 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