Merge pull request #8939 from joachifm/coreclr-disable-i686

coreclr: disable i686 build
This commit is contained in:
lethalman 2015-07-22 11:31:02 +02:00
commit 5e6e63727e

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://dotnet.github.io/core/;
description = ".NET is a general purpose development platform.";
platforms = with stdenv.lib.platforms; linux;
platforms = [ "x86_64-linux" ];
maintainers = with stdenv.lib.maintainers; [ obadz ];
license = stdenv.lib.licenses.mit;
};