mono: Disable on aarch64
mono40: https://hydra.nixos.org/build/67660031 mono44: https://hydra.nixos.org/build/67666036 mono50: https://hydra.nixos.org/build/67825397 mono54: https://hydra.nixos.org/build/67825452
This commit is contained in:
parent
e072086b71
commit
ea0736d8ef
@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://mono-project.com/;
|
homepage = http://mono-project.com/;
|
||||||
description = "Cross platform, open source .NET development framework";
|
description = "Cross platform, open source .NET development framework";
|
||||||
platforms = with stdenv.lib.platforms; darwin ++ linux;
|
platforms = with stdenv.lib.platforms; allBut [ "aarch64-linux" ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ viric thoughtpolice obadz vrthra ];
|
maintainers = with stdenv.lib.maintainers; [ viric thoughtpolice obadz vrthra ];
|
||||||
license = stdenv.lib.licenses.free; # Combination of LGPL/X11/GPL ?
|
license = stdenv.lib.licenses.free; # Combination of LGPL/X11/GPL ?
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user