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

Commits on Oct 14, 2019

  1. python37Packages.goobook: Add the missing setuptools dependency

    Querying resulted in the following error:
    
    $ goobook query test
    Traceback (most recent call last):
      File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/bin/.goobook-wrapped", line 7, in <module>
        from goobook.application import main
      File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/lib/python3.7/site-packages/goobook/application.py", line 18, in <module>
        import pkg_resources
    ModuleNotFoundError: No module named 'pkg_resources'
    primeos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    2e1b91e View commit details
    Browse the repository at this point in the history