summary refs log tree commit diff
path: root/pkgs/development/compilers/coreclr
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/coreclr')
-rw-r--r--pkgs/development/compilers/coreclr/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/compilers/coreclr/default.nix b/pkgs/development/compilers/coreclr/default.nix
index ca0df6f36443..6429a51ed4dd 100644
--- a/pkgs/development/compilers/coreclr/default.nix
+++ b/pkgs/development/compilers/coreclr/default.nix
@@ -61,9 +61,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildPhase = ''
-    # set -x
     ./build.sh $BuildArch $BuildType
-    # set +x
 
     # Try to make some sensible hierarchy out of the output
     pushd bin/Product/Linux.$BuildArch.$BuildType
@@ -92,6 +90,5 @@ 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.
   };
 }