mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
coreclr: mark broken
This commit is contained in:
parent
212efab7ac
commit
1dd16a9374
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue