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: 965ae0246a2e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4569ee7d74d5
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 4, 2018

  1. plv8: unbreak build, bump to version 2.3.8

    ee58a5b broke the plv8 build because it
    upgraded the v8_6_x expression everywhere to the 6.9 branch, which came
    with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at
    this time.
    
    This keeps a copy of the plv8_6_x expression inside the same directory
    as the other v8 versions (so patches, etc are easy to apply), but it is
    not exposed to the top-level of all-packages.nix.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Nov 4, 2018
    Copy the full SHA
    4569ee7 View commit details
    Browse the repository at this point in the history