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

Commits on Nov 12, 2019

  1. pipenv: fix dependencies

    - setup_requires belong in nativeBuildInputs
    - requests is only for Python 2. We offer only a Python 3 version of
    pipenv
    - setting PYTHONPATH is not needed because the magical sed expression
    injects the dependencies in the executables. Otherwise, we would use
    NIX_PYTHONPATH.
    - PIP_IGNORE_INSTALLED was needed because of PYTHONPATH, but since we do
    not set that anymore we can remove.
    
    (cherry picked from commit 7f63ecf)
    FRidh committed Nov 12, 2019
    Copy the full SHA
    dac9a00 View commit details
    Browse the repository at this point in the history
  2. pipenv: patch pipenv to point to python that has virtualenv

    (cherry picked from commit 1d7e219)
    FRidh committed Nov 12, 2019
    Copy the full SHA
    465e405 View commit details
    Browse the repository at this point in the history