From 1dd16a93741c425880ac81d1e611af7be050c96b Mon Sep 17 00:00:00 2001 From: obadz Date: Sun, 12 Mar 2017 21:31:59 +0000 Subject: [PATCH] coreclr: mark broken --- pkgs/development/compilers/coreclr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/coreclr/default.nix b/pkgs/development/compilers/coreclr/default.nix index 558cfa35ada..b619bf6ce20 100644 --- a/pkgs/development/compilers/coreclr/default.nix +++ b/pkgs/development/compilers/coreclr/default.nix @@ -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. }; }