Skip to content
Unverified Commit 683e2067 authored by aszlig's avatar aszlig
Browse files

haxe: Fix path to stdlib and add small test

The version bump in c727e7e7

 (pull
request #35153) didn't actually take into account that Haxe has changed
the way they search for the stdlib. Instead of a hardcoded list of paths
it now searches based on a common prefix.

So when running Haxe, it errored out because it couldn't find its own
standard library. This is now fixed by changing the sed expression
accordingly.

Apart from fixing the actual issue, I've added a small test in
installCheckPhase to make sure something like this won't happen again in
future updates.

Signed-off-by: default avataraszlig <aszlig@nix.build>
Cc: @volth, @joachifm
parent f21e931c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment