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: 73b0114f7088
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d40894cbeaa4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 27, 2019

  1. Copy the full SHA
    4c49c02 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput

    this dependency turns out to be completely unnecessary - the pypi
    package includes its own bundled copy of the source (i know - ew.)
    and building without pkgs-box2d results in a binary-identical .so.
    
    this has the side-effect of enabling this package on darwin, which was
    previously restricted by the apparently linux-only pkgs-box2d.
    risicle authored and FRidh committed Apr 27, 2019
    Copy the full SHA
    d40894c View commit details
    Browse the repository at this point in the history