haxe: enable darwin platform (#21127)

This commit is contained in:
Alexei Boronine
2016-12-13 19:22:31 +01:00
committed by Robin Gloster
parent c5ed16406b
commit 1beb9e6d1e
+1 -1
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;
};
}