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: 82579f80a5e2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 74d0b82f29cb
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Dec 7, 2018

  1. buildPython*: add updateScript to passthru

    All Python packages now have an updateScript. The script calls
    `update-python-libraries` and passes it the position of the derivation
    expression obtained using `meta.position`. This works fine in case a Nix
    expression represents only a single derivation. If there are more in it,
    `update-python-libraries` will fail.
    FRidh committed Dec 7, 2018
    2
    Copy the full SHA
    74d0b82 View commit details
    Browse the repository at this point in the history