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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2ce7dd7fbbbb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d583e013e189
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 14, 2017

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4e72d2d View commit details

Commits on Feb 15, 2017

  1. Merge pull request #22825 from areina/add-catalan-to-aspell

    aspell-dict-ca: init at 2.1.5-1
    peti authored Feb 15, 2017
    Copy the full SHA
    d583e01 View commit details
Showing with 9 additions and 0 deletions.
  1. +9 −0 pkgs/development/libraries/aspell/dictionaries.nix
9 changes: 9 additions & 0 deletions pkgs/development/libraries/aspell/dictionaries.nix
Original file line number Diff line number Diff line change
@@ -28,6 +28,15 @@ let

in {

ca = buildDict {
shortName = "ca-2.1.5-1";
fullName = "Catalan";
src = fetchurl {
url = mirror://gnu/aspell/dict/ca/aspell6-ca-2.1.5-1.tar.bz2;
sha256 = "1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb";
};
};

cs = buildDict {
shortName = "cs-20040614-1";
fullName = "Czech";