haxe: enable darwin platform (#21127)
This commit is contained in:
parent
c5ed16406b
commit
1beb9e6d1e
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user