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: 14576373d0a3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 29d8a1c3f657
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 24, 2020

  1. pyenchant: Fix for darwin/macOS

    This allows pyenchant to be installable on macOS again, which, in turn, will allow pylint
    to also be installable.
    
      * Switches dependencies to enchant-2 (enchant-1 is not building on macOS). The existing $src (2.0.0) already has compatibility with enchant-2.
      * Improves patch hack by hijacking the $PYENCHANT_LIBRARY_PATH envvar lookup
        to explicitly specify the correct library path.
    riannucci committed Jan 24, 2020
    Copy the full SHA
    2bf75af View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Merge pull request #78341 from riannucci/patch-1

    pyenchant: Fix for darwin/macOS
    jtojnar committed Jan 31, 2020
    Copy the full SHA
    29d8a1c View commit details
    Browse the repository at this point in the history