dotnetCorePackages.*: drop obsolete broken

This commit is contained in:
Emily
2026-02-18 09:37:23 +00:00
parent 71d877dabd
commit 64a22d8b19

View File

@@ -541,8 +541,5 @@ stdenv.mkDerivation {
"aarch64-linux"
"aarch64-darwin"
];
# build deadlocks intermittently on rosetta
# https://github.com/dotnet/runtime/issues/111628
broken = stdenv.hostPlatform.system == "x86_64-darwin";
};
}