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: d1994ebd8acd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cbd150087eb2
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 2, 2018

  1. SDL2: limit postFixup to the platforms supported by patchelf

    This prevents future rebuilds on Darwin if this Linux-only postFixup changes.
    orivej committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    8d5570a View commit details
    Browse the repository at this point in the history
  2. SDL2: do not patchelf libSDL2.so twice

    There are two symlinks pointing to the same library, libSDL2.so and
    libSDL2-2.0.so.0.  patchelf should run on non-symlinks instead.
    orivej committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    3db4ce9 View commit details
    Browse the repository at this point in the history
  3. SDL2: do not propagate private dependencies

    Fixes #41620 by adding libGL directory to libSDL2 runpath
    orivej committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    ccfc0d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41902 from orivej/sdl2

     SDL2: do not propagate private dependencies
    orivej committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    cbd1500 View commit details
    Browse the repository at this point in the history