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

Commits on Nov 16, 2019

  1. http-prompt: fix build

    I don't really understand why this works:
    
    - Building with python3 because python2 fails with "error: invalid command
    'bdist_wheel'".
    - Specifying the path to prompt_toolkit v1 because otherwise the dependency
    resolution fails with "ERROR: Could not find a version that satisfies the
    requirement prompt-toolkit<2.0.0,>=1.0.0 (from http-prompt==1.0.0) (from
    versions: none) ERROR: No matching distribution found for
    prompt-toolkit<2.0.0,>=1.0.0 (from http-prompt==1.0.0)".
    ryneeverett committed Nov 16, 2019
    Copy the full SHA
    0e283d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73482 from ryneeverett/fix-http-prompt

    http-prompt: fix build
    Mic92 committed Nov 16, 2019
    Copy the full SHA
    c19b3dc View commit details
    Browse the repository at this point in the history