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: 8310e6430adf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7f63ecfff9f8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 22, 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.
    FRidh authored and Jon committed Oct 22, 2019
    Copy the full SHA
    7f63ecf View commit details
    Browse the repository at this point in the history