From 856995d8cacd687f3dcf952d8f12107ca87d8155 Mon Sep 17 00:00:00 2001 From: Joerg Thalheim Date: Fri, 6 Oct 2017 13:41:29 +0100 Subject: coreclr: mark as not broken --- pkgs/development/compilers/coreclr/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/development/compilers/coreclr') 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. }; } -- cgit 1.4.1