3
0
Fork 0
forked from mirrors/nixpkgs
Tuomas Tynkkynen 2018-01-21 01:41:57 +02:00
parent e072086b71
commit ea0736d8ef

View file

@ -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 ?
};