haxe_4_1,haxe_4_2: fix build on Darwin

This commit is contained in:
OPNA2608
2021-04-20 23:22:20 +02:00
committed by sterni
parent 609d9cb227
commit 14b5ddf085
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -10620,7 +10620,9 @@ in
graphviz = graphviz-nox;
});
inherit (callPackage ../development/compilers/haxe { })
inherit (callPackage ../development/compilers/haxe {
inherit (darwin.apple_sdk.frameworks) Security;
})
haxe_4_2
haxe_4_1
haxe_4_0