Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 67584243c801
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: df19be8bafe4
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on Jan 8, 2020

  1. apache-kafka.nix: Add missing quote inside tmpfiles rule

    (cherry picked from commit 39cd457)
    Backport of #75182
    clefru authored and srhb committed Jan 8, 2020
    Copy the full SHA
    7645de2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77313 from srhb/backport-kafka-fix

    apache-kafka.nix: Add missing quote inside tmpfiles rule
    srhb committed Jan 8, 2020
    Copy the full SHA
    9f958a0 View commit details
    Browse the repository at this point in the history
  3. python: Add support for installing Python eggs

    (cherry picked from commit 2d6f1ff)
    adisbladis committed Jan 8, 2020
    Copy the full SHA
    ac21843 View commit details
    Browse the repository at this point in the history
  4. swiftclient: add setuptools

    Traceback (most recent call last):
      File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/bin/.swift-wrapped", line 7, in <module>
        from swiftclient.shell import main
      File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/__init__.py", line 20, in <module>
        from .client import *  # noqa
      File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/client.py", line 33, in <module>
        from swiftclient import version as swiftclient_version
      File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/version.py", line 15, in <module>
        import pkg_resources
    ModuleNotFoundError: No module named 'pkg_resources'
    
    (cherry picked from commit dfd115a)
    worldofpeace committed Jan 8, 2020
    Copy the full SHA
    df19be8 View commit details
    Browse the repository at this point in the history