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: b54065a5f6ba
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8495566fb68c
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 9, 2019

  1. pythonPackages.pyopenssl: add missing six dependency

    It might have been there as a transitive dependency but better be
    explicity about it.
    andir committed Sep 9, 2019
    Copy the full SHA
    5f3d43f View commit details
    Browse the repository at this point in the history
  2. google-cloud-sdk: prefer using a pythonEnv vs just a search path

    Previously only direct dependencies were available in the python search
    path. Transitive dependencies would not be available and thus a few
    features would not work due to import errors. Those import errors were
    being caugth and gave a (wrong) hint why it wouldn't work. By using
    `python.withPackages` instead of the crafted search path with only the
    direct dependencies those missing feature should now be working.
    
    See issue #67094 for details on the observed errors.
    
    Fixes #67094
    andir committed Sep 9, 2019
    Copy the full SHA
    4fdbdce View commit details
    Browse the repository at this point in the history
  3. google-cloud-sdk: remove from python-modules

    It is not a python module just an application using/based on python.
    andir committed Sep 9, 2019
    Copy the full SHA
    e023b3b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Merge pull request #68348 from andir/google-cloud-sdk-pythonenv

    Google cloud sdk pythonenv
    andir committed Sep 22, 2019
    Copy the full SHA
    8495566 View commit details
    Browse the repository at this point in the history