mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = builtins.getAttr type descriptions;
|
||||
homepage = "https://dotnet.github.io/";
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue