Merge pull request #176000 from Smaug123/unbreak-dotnet

dotnet: mark dotnet unbroken on Darwin
This commit is contained in:
Rick van Schijndel 2022-06-04 20:45:28 +02:00 committed by GitHub
commit 231efecec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,6 @@ in stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = builtins.getAttr type descriptions; description = builtins.getAttr type descriptions;
homepage = "https://dotnet.github.io/"; homepage = "https://dotnet.github.io/";
license = licenses.mit; license = licenses.mit;