···2122 nativeBuildInputs = [ cmake removeReferencesTo ];
2300024 # It used to reference it, in the past, but thanks to the postFixup hook, now
25 # it doesn't.
26 disallowedReferences = [ stdenv.cc.cc ];
···2122 nativeBuildInputs = [ cmake removeReferencesTo ];
2324+ # These checks fail on aarch64-darwin
25+ cmakeFlags = [ "-DENABLE_UBSAN=OFF" ];
26+27 # It used to reference it, in the past, but thanks to the postFixup hook, now
28 # it doesn't.
29 disallowedReferences = [ stdenv.cc.cc ];