Merge pull request #8939 from joachifm/coreclr-disable-i686
coreclr: disable i686 build
This commit is contained in:
commit
5e6e63727e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue