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: c640f7efd1bb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c51d8d613485
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on May 23, 2020

  1. mpv: Move all wrappings to a single wrapper Nix function

    Inspired by `wrapNeovim`, write a wrapMpv Nix function that creates a
    derivation that has all of the environment that was added if needed at
    the unwrapped version.
    
    Add derivations to all-packages.nix in an almost compatible way and make
    `mpv-with-scripts` throw a message implying to switch to `wrapMpv` which
    has an incompatible signature.
    
    Add to vapoursynth a new passthru attribute `python3` that is used in
    passed down to the wrapper to ensure ABI compatibility with
    `PYTHONPATH`.
    doronbehar committed May 23, 2020
    1
    Copy the full SHA
    f93918b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Merge pull request #88620 from doronbehar/wrapMpv

    mpv: Move all wrapping logic to a single wrapper function
    AndersonTorres committed May 25, 2020
    1
    Copy the full SHA
    c51d8d6 View commit details
    Browse the repository at this point in the history