Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f21e931c984b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 683e2067d796
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 17, 2018

  1. haxe: Fix path to stdlib and add small test

    The version bump in c727e7e (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: aszlig <aszlig@nix.build>
    Cc: @volth, @joachifm
    aszlig committed Apr 17, 2018
    Copy the full SHA
    683e206 View commit details
    Browse the repository at this point in the history