Merge pull request #176000 from Smaug123/unbreak-dotnet
dotnet: mark dotnet unbroken on Darwin
This commit is contained in:
commit
231efecec5
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue