lol

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

coreclr: disable i686 build

lethalman 5e6e6372 14d36053

+1 -1
+1 -1
pkgs/development/compilers/coreclr/default.nix
··· 60 60 meta = { 61 61 homepage = http://dotnet.github.io/core/; 62 62 description = ".NET is a general purpose development platform."; 63 - platforms = with stdenv.lib.platforms; linux; 63 + platforms = [ "x86_64-linux" ]; 64 64 maintainers = with stdenv.lib.maintainers; [ obadz ]; 65 65 license = stdenv.lib.licenses.mit; 66 66 };