tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
haxe: 3.4.4 -> 3.4.6
authored by
volth
and committed by
GitHub
8 years ago
c727e7e7
3ab38ef0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
haxe
default.nix
+2
-2
pkgs/development/compilers/haxe/default.nix
···
72
72
'';
73
73
};
74
74
haxe_3_4 = generic {
75
75
-
version = "3.4.4";
76
76
-
sha256 = "057psarsmz8q2y9pqv5221vpdya241gcy8xnl2wg9wyscn6z1lx6";
75
75
+
version = "3.4.6";
76
76
+
sha256 = "1myc4b8fwp0f9vky17wv45n34a583f5sjvajsc93f5gm1wanp4if";
77
77
prePatch = ''
78
78
sed -i -e 's|"/usr/lib/haxe/std/";|"'"$out/lib/haxe/std/"'";\n&|g' src/main.ml
79
79
sed -i -e 's|"neko"|"${neko}/bin/neko"|g' extra/haxelib_src/src/haxelib/client/Main.hx