Skip to content

Commit

Permalink
mono: Disable on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Jan 20, 2018
1 parent e072086 commit ea0736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/mono/generic.nix
Expand Up @@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://mono-project.com/;
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 ];
license = stdenv.lib.licenses.free; # Combination of LGPL/X11/GPL ?
};
Expand Down

0 comments on commit ea0736d

Please sign in to comment.