coreclr: mark as not broken

This commit is contained in:
Joerg Thalheim 2017-10-06 13:41:29 +01:00 committed by Roman Kuznetsov
parent 71202f81aa
commit 856995d8ca

View File

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