dotnetCorePackages.dotnet_{8,9}.vmr: mark broken on x86_64-darwin

This commit is contained in:
David McFarland
2025-01-21 15:18:30 -04:00
parent 77dd43a1e2
commit 691f0c0f0a
@@ -481,5 +481,8 @@ stdenv.mkDerivation rec {
"x86_64-darwin"
"aarch64-darwin"
];
# build deadlocks intermittently on rosetta
# https://github.com/dotnet/runtime/issues/111628
broken = stdenv.hostPlatform.system == "x86_64-darwin";
};
}