Merge pull request #176000 from Smaug123/unbreak-dotnet

dotnet: mark dotnet unbroken on Darwin

authored by Rick van Schijndel and committed by GitHub 231efece f1d7577c

-1
-1
pkgs/development/compilers/dotnet/build-dotnet.nix
··· 86 86 ''; 87 87 88 88 meta = with lib; { 89 - broken = stdenv.isDarwin; 90 89 description = builtins.getAttr type descriptions; 91 90 homepage = "https://dotnet.github.io/"; 92 91 license = licenses.mit;