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

Commits on Jul 23, 2020

  1. pythonPackages.crashtest: mirror the python version range specified i…

    …n pyproject.toml
    
    Trying to build crashtest with python35 fails with:
    
    > ERROR: Package 'crashtest' requires a different Python: 3.5.9 not in
    > '>=3.6,<4.0'
    ento authored and FRidh committed Jul 23, 2020
    Copy the full SHA
    aff753d View commit details
    Browse the repository at this point in the history
  2. pythonPackages.clikit: fix dependency on crashtest

    From clikit's pyproject.toml:
    
    > Crashtest is only needed for Python ^3.6 to provide
    > better error messsages
    ento authored and FRidh committed Jul 23, 2020
    Copy the full SHA
    4e0f911 View commit details
    Browse the repository at this point in the history