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

Commits on Aug 10, 2020

  1. mwic: Fix Python wrapping

    Fixes this error when mwic is installed with nix-env:
    
    $ mwic
    Traceback (most recent call last):
      File "/home/anders/.nix-profile/bin/mwic", line 30, in <module>
        import lib.cli  # pylint: disable=wrong-import-position
      File "/nix/store/zn9jli2v7znh6w6rpkjp6w0iz3na79yz-mwic-0.7.8/share/mwic/lib/cli.py", line 32, in <module>
        import enchant.tokenize
    ModuleNotFoundError: No module named 'enchant'
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk committed Aug 10, 2020
    Copy the full SHA
    e3f022f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Merge pull request #95119 from andersk/mwic

    mwic: Fix Python wrapping
    SuperSandro2000 committed Dec 29, 2020
    Copy the full SHA
    4a75203 View commit details
    Browse the repository at this point in the history