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

Commits on Nov 28, 2020

  1. Python: use pythonPackagesBuildHost instead of pythonForBuild

    Follow-up to #104201, related to #105113.
    FRidh committed Nov 28, 2020
    Copy the full SHA
    cce2fd5 View commit details
    Browse the repository at this point in the history
  2. python.tests: use self.callPackage instead of super.callPackage

    super was incorrectly possible until #104201
    got merged.
    FRidh committed Nov 28, 2020
    Copy the full SHA
    8220b04 View commit details
    Browse the repository at this point in the history
  3. Python: rename parameters and arguments passed to passthru

    As part of the splicing the build/host/target combinations of the interpreter
    need to be passed around internally. The chosen names were not very clear,
    implying they were package sets whereas actually there were derivations.
    FRidh committed Nov 28, 2020
    Copy the full SHA
    6cf25f9 View commit details
    Browse the repository at this point in the history
  4. Python splicing: splice package sets, not Python derivation

    In the original commit the various builds of Python were added to
    `otherSplices`, instead of the intended Python package sets.
    FRidh committed Nov 28, 2020
    Copy the full SHA
    5804c8a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    455774e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #105155 from FRidh/splice

    Python: rename internal parameters related to splicing and fix splicing
    Ericson2314 committed Nov 28, 2020
    Copy the full SHA
    2622548 View commit details
    Browse the repository at this point in the history