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: 119b1b630d35
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 539e94030c22
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 8, 2019

  1. SDL2: Keep .a files on dontDisableStatic; don't move them to $dev; …

    …prune .la.
    
    Most other packages don't move `.a` files to "$dev", and that is because
    it makes the pkg-config `.pc` file wrong (the `libdir` is the non-dev one).
    
    Keeping them in the main output makes static linking of SDL2 work.
    
    See added comment about pruning of `.la` files.
    nh2 committed Nov 8, 2019
    Copy the full SHA
    57908c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Merge pull request #72736 from nh2/nix-sdl2-static-fixes

    SDL2: Keep .a files on `dontDisableStatic`; don't move them to $dev; prune .la
    cpages committed Nov 10, 2019
    Copy the full SHA
    539e940 View commit details
    Browse the repository at this point in the history