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

Commits on Jun 28, 2020

  1. pylint: fix 1.9

    It depends on pyenchant, which is disabled on python2. This results
    in:
    ```
    nix-env -iA unstable.python27Packages.pylint
    replacing old 'python2.7-pylint-1.9.5'
    installing 'python2.7-pylint-1.9.5'
    error: pyenchant-3.1.1 not supported for interpreter python2.7
    ```
    
    Remove it, à la
    eb0d5fc
    and now it builds again.
    rski committed Jun 28, 2020
    Copy the full SHA
    dfcd82a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91721 from rski/pylint-19

    pylint: fix 1.9
    Ma27 committed Jun 28, 2020
    Copy the full SHA
    165ed2a View commit details
    Browse the repository at this point in the history