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

Commits on Jan 1, 2019

  1. aspell: add all missing official dictionaries

    From:
    
      https://ftp.gnu.org/gnu/aspell/dict/0index.html
    
    Use a specialized function, buildOfficialDict to specialize builds of
    official aspell dictionaries and add an update script.
    liff committed Jan 1, 2019
    Copy the full SHA
    7bf9f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. aspell: remove override of name in buildOfficialDict

    The name should include the version number and this is handled just fine by
    buildDict.
    liff committed Jan 5, 2019
    Copy the full SHA
    3bfeecb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3bcdff9 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Address review comments

     - Use HTTPS and tighter version regexp to guard against MitM
     - Use nix-instantiate instead of experimental nix eval
     - Handle dictionary-specific meta overrides
    liff committed Feb 18, 2019
    Copy the full SHA
    16b009d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Copy the full SHA
    291eae8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    098c442 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pr-53143'

    * pr-53143:
      Fix nix-shell packages for lynx->curl
      Scrape directory index with curl instead of lynx
      Address review comments
      aspell: use fetchzip instead of fetchTarball to fetch u-deva files
      aspell: remove override of name in buildOfficialDict
      aspell: add all missing official dictionaries
    Ekleog committed Feb 24, 2019
    Copy the full SHA
    e2474d7 View commit details
    Browse the repository at this point in the history