haxe: enable darwin platform (#21127)

This commit is contained in:
Alexei Boronine 2016-12-14 02:22:31 +08:00 committed by Robin Gloster
parent c5ed16406b
commit 1beb9e6d1e

View File

@ -37,6 +37,6 @@ stdenv.mkDerivation {
homepage = http://haxe.org;
license = with licenses; [ gpl2 bsd2 /*?*/ ]; # -> docs/license.txt
maintainers = [ maintainers.marcweber ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}