Skip to content

Commit

Permalink
coreclr: mark broken
Browse files Browse the repository at this point in the history
(cherry picked from commit 1dd16a9)
  • Loading branch information
obadz committed Mar 12, 2017
1 parent d44bf4c commit 9037001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/coreclr/default.nix
Expand Up @@ -102,5 +102,6 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
maintainers = with stdenv.lib.maintainers; [ obadz ];
license = stdenv.lib.licenses.mit;
broken = true; # CoreCLR has proven to be very difficult to package. PRs welcome if someone wants to shave that yak.
};
}

0 comments on commit 9037001

Please sign in to comment.