From 699fe4c869890707ba7fb881a15e99555d9c4e79 Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Thu, 2 Jun 2022 21:52:02 +0100 Subject: [PATCH] Mark dotnet unbroken --- pkgs/development/compilers/dotnet/build-dotnet.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/compilers/dotnet/build-dotnet.nix b/pkgs/development/compilers/dotnet/build-dotnet.nix index 7f93a0562a4..e16049e8594 100644 --- a/pkgs/development/compilers/dotnet/build-dotnet.nix +++ b/pkgs/development/compilers/dotnet/build-dotnet.nix @@ -86,7 +86,6 @@ in stdenv.mkDerivation rec { ''; meta = with lib; { - broken = stdenv.isDarwin; description = builtins.getAttr type descriptions; homepage = "https://dotnet.github.io/"; license = licenses.mit;