Merge pull request #8939 from joachifm/coreclr-disable-i686
coreclr: disable i686 build
This commit is contained in:
commit
5e6e63727e
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://dotnet.github.io/core/;
|
homepage = http://dotnet.github.io/core/;
|
||||||
description = ".NET is a general purpose development platform.";
|
description = ".NET is a general purpose development platform.";
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ obadz ];
|
maintainers = with stdenv.lib.maintainers; [ obadz ];
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user