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

Commits on Oct 23, 2019

  1. python.pkgs.twisted: move twisted cache generation to postFixup

    The Python 2 build of twisted would fail when generating the cache. This
    failure started occuring since the change was introduced that builds
    setuptools as a wheel instead of as an egg,
    90be4c2.
    
    Turns out moving this step to postFixup solves the issue. I suppose it
    is related to the order of site packages being evaluated, where
    PYTHONPATH introduced additional ones.
    FRidh committed Oct 23, 2019
    Copy the full SHA
    6ab609c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71792 from FRidh/twisted

    python.pkgs.twisted: move twisted cache generation to postFixup
    timokau committed Oct 23, 2019
    Copy the full SHA
    a2aeec6 View commit details
    Browse the repository at this point in the history