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: 56d0a70ef540
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 218ac50fd47c
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Sep 7, 2018

  1. pythonPackages.trio: fix build (#46342)

    Fixes the build for `python3Packages.trio' for the next ZHF iteration.
    Please refer to the Hydra build for further reference: https://hydra.nixos.org/build/80617356
    
    `python3Packages.sniffio` is needed for the build, otherwise the build
    aborts with an error like this:
    
    ```
      Could not find a version that satisfies the requirement sniffio (from trio==0.6.0) (from versions: )
    No matching distribution found for sniffio (from trio==0.6.0)
    ```
    
    See #45960
    Ma27 authored and xeji committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    218ac50 View commit details
    Browse the repository at this point in the history