···7374 enableParallelBuilding = true;
7576- buildPhase = "ninja -j $NIX_BUILD_CORES";
0000007778 # TODO: their build system sorta kinda can do this, but it doesn't seem to work right now
79 # Also, this includes a bunch of private headers in the framework, which is not what we want
···7374 enableParallelBuilding = true;
7576+ buildPhase = ''
77+ runHook preBuild
78+79+ ninja -j $NIX_BUILD_CORES
80+81+ runHook postBuild
82+ '';
8384 # TODO: their build system sorta kinda can do this, but it doesn't seem to work right now
85 # Also, this includes a bunch of private headers in the framework, which is not what we want