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: ad5f34afa21a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: eb7113f2c000
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 4, 2020

  1. python2Packages.prawcore: disable on python2

    no longer compatible with python2's urllib
    
    ```
      prawcore/exceptions.py:2: in <module>
          from urllib.parse import urlparse
      E   ImportError: No module named parse
      builder for '/nix/store/3l1rqygq58hbwyzn6fqx8x4djbmzgggh-python2.7-prawcore-1.4.0.drv' failed with exit code
    ```
    Jonathan Ringer committed Jul 4, 2020
    Copy the full SHA
    01f1f3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92279 from jonringer/prawcore-disable-py2

    python2Packages.prawcore: disable on python2
    Ma27 committed Jul 4, 2020
    Copy the full SHA
    eb7113f View commit details
    Browse the repository at this point in the history