coreclr: mark broken

This commit is contained in:
obadz 2017-03-12 21:31:59 +00:00
parent 212efab7ac
commit 1dd16a9374

View file

@ -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.
};
}