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

+1 -1
+1 -1
pkgs/development/compilers/mono/generic.nix
··· 88 88 meta = { 89 89 homepage = http://mono-project.com/; 90 90 description = "Cross platform, open source .NET development framework"; 91 - platforms = with stdenv.lib.platforms; darwin ++ linux; 91 + platforms = with stdenv.lib.platforms; allBut [ "aarch64-linux" ]; 92 92 maintainers = with stdenv.lib.maintainers; [ viric thoughtpolice obadz vrthra ]; 93 93 license = stdenv.lib.licenses.free; # Combination of LGPL/X11/GPL ? 94 94 };