summary refs log tree commit diff
path: root/pkgs/development/compilers/dotnet/build-dotnet.nix
diff options
context:
space:
mode:
authorSmaug123 <patrick+github@patrickstevens.co.uk>2022-06-02 21:52:02 +0100
committerSmaug123 <patrick+github@patrickstevens.co.uk>2022-06-02 21:52:02 +0100
commit699fe4c869890707ba7fb881a15e99555d9c4e79 (patch)
treebbeb96e6b1ebead0d67d254ba87021fae88d4514 /pkgs/development/compilers/dotnet/build-dotnet.nix
parente34e64271744152872cd4e62288acffafd580f72 (diff)
downloadnixpkgs-699fe4c869890707ba7fb881a15e99555d9c4e79.tar
nixpkgs-699fe4c869890707ba7fb881a15e99555d9c4e79.tar.gz
nixpkgs-699fe4c869890707ba7fb881a15e99555d9c4e79.tar.bz2
nixpkgs-699fe4c869890707ba7fb881a15e99555d9c4e79.tar.lz
nixpkgs-699fe4c869890707ba7fb881a15e99555d9c4e79.tar.xz
nixpkgs-699fe4c869890707ba7fb881a15e99555d9c4e79.tar.zst
nixpkgs-699fe4c869890707ba7fb881a15e99555d9c4e79.zip
Mark dotnet unbroken
Diffstat (limited to 'pkgs/development/compilers/dotnet/build-dotnet.nix')
-rw-r--r--pkgs/development/compilers/dotnet/build-dotnet.nix1
1 files changed, 0 insertions, 1 deletions
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;