summary refs log tree commit diff
path: root/pkgs/development/libraries/aspell
Commit message (Collapse)AuthorAge
* aspell: 0.60.6.1 -> 0.60.8Lancelot SIX2019-11-24
| | | | See http://aspell.net/aspell-0.60.8.txt for release information. (#71242)
* aspellDicts.en-science: update hashes for latest/current contentWill Dietz2019-10-07
| | | | | | According to [1] they were last updated July 4, 2019. [1] http://www.jpetrie.net/scientific-word-list-for-spell-checkersspelling-dictionaries/
* aspellDicts.en: 2018.04.16-0 -> 2019.10.06-0Will Dietz2019-10-07
|
* treewide: remove redundant recvolth2019-08-28
|
* Fix nix-shell packages for lynx->curlOlli Helenius2019-02-24
|
* Scrape directory index with curl instead of lynxOlli Helenius2019-02-24
|
* Address review commentsOlli Helenius2019-02-18
| | | | | | - Use HTTPS and tighter version regexp to guard against MitM - Use nix-instantiate instead of experimental nix eval - Handle dictionary-specific meta overrides
* aspell: use fetchzip instead of fetchTarball to fetch u-deva filesOlli Helenius2019-01-05
|
* aspell: remove override of name in buildOfficialDictOlli Helenius2019-01-05
| | | | | The name should include the version number and this is handled just fine by buildDict.
* aspell: add all missing official dictionariesOlli Helenius2019-01-01
| | | | | | | | | 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.
* aspellDicts.en: 2016.06.26-0 -> 2018.04.16-0Olli Helenius2018-12-30
|
* aspellDicts: use shortName to keep DRYBjørn Forsman2018-08-11
| | | | Prevents typos like the ones fixed in the parent commit.
* aspellDicts: fix typos in shortNameBjørn Forsman2018-08-11
| | | | Affected dicts: nn, pt_BR, pt_PT
* Merge branch 'master' into stagingVladimír Čunát2018-02-20
|\ | | | | | | Larger rebuilds from master.
| * aspellDicts: add more dictionaries and some documentationSLNOS2018-02-18
| |
* | Merge remote-tracking branch 'origin/master' into gcc-7Franz Pletz2018-02-05
|\|
| * Merge branch 'master' into stagingVladimír Čunát2018-01-27
| |\ | | | | | | | | | Hydra: ?compare=1429281
| * | aspell: perl should be nativeBuildInputWill Dietz2018-01-24
| | | | | | | | | | | | | | | build fails otherwise, presumably not also needed as a buildInput for some reason.
* | | Merge remote-tracking branch 'upstream/master' into gcc-7Tuomas Tynkkynen2018-01-26
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: pkgs/development/compilers/gcc/7/default.nix pkgs/development/libraries/SDL2/default.nix pkgs/top-level/all-packages.nix
| * | aspellDicts.tr: init at 0.50Francesc Elies Henar2018-01-25
| |/
* / aspell: fix build with gcc-7 via upstream patchVladimír Čunát2017-11-12
|/
* aspell: added new patch data-dirs-from-nix-profiles.patchRostislav Beneš2017-10-22
| | | | | Aspell will search for dictionaries in all nix profiles even when used as library. Setting data-dir or dict-dir in ASPELL_CONF will disable this behavior.
* aspellWithDicts: use a single envFrederik Rietdijk2017-09-16
| | | | | | | | | | | | | | | | | In c0cf19608faf447d4b78f77ff36a770462b19a22 the function `aspellWithDicts` was introduced, that allows to build a derivation consisting of aspell and specified dictionaries. In 96457d26dded05bcba8e9fbb9bf0255596654aab a fix was included to properly find the dictionaries. Issue #29429 describes that, while the current method works for the aspell binary, it does not in case of the API. This commit rewrites the wrapper into a single derivation, create a single tree of symbolic references to both the binary and the dictionaries so that its possible to find the dictionaries with the API. Furthermore, the binary is wrapped so it can still find the dictionaries as well.
* aspellWithDicts: fixes #28318Frederik Rietdijk2017-08-21
|
* aspellWithDicts: create derivation with aspell and selected dictionariesFrederik Rietdijk2017-07-17
| | | | | | | | | | | | | | | | | | Currently, `aspell` checks the active profiles for dictionaries. While this may be convenient, it does not work with `nix-shell` and it doesn't allow any isolation. This commit adds the possibility to use composition by creating a derivation with `symlinkJoin` that contains all the chosen dictionaries, and another derivation that wraps the executables linking to the dictionaries. Nix example: my_aspell = aspellWithDicts(ps: with ps; [ en nl ]) `nix-shell` example: nix-shell -p 'aspellWithDicts(ps: with ps; [ en nl ])'
* Revert "aspell: only set ASPELL_CONF from NIX_PROFILES in wrapper if unset"Benno Fünfstück2017-04-19
| | | | | | This reverts commit 399065f226ca70360f25682d76be3c5e89e60239. I am blind, this was already checked above. Thanks @bjornfor for noticing.
* aspell: only set ASPELL_CONF from NIX_PROFILES in wrapper if unsetBenno Fünfstück2017-04-19
|
* aspell: set default aspell data-dir if ASPELL_CONF is not setLeandro Lisboa Penz2017-04-10
| | | | | | | | if the user didn't set ASPELL_CONF, use it to point to the dictionary location by first looking at NIX_PROFILE directories and then using $HOME/.nix-profile. See NixOS/nixpkgs#1000
* aspell-dict-ca: init at 2.1.5-1Toni Reina2017-02-14
|
* aspellDicts.en: 7.1-0 -> 2016.06.26-0Kranium Gikos Mendoza2016-07-03
|
* aspell-dict-uk: init at 1.4.0-0 (#15846)Alexey Shmalko2016-05-31
|
* aspell-dict-ro: init at 3.3-2Sergiu Ivanov2016-03-07
|
* aspell: improve the doc string, fixes #11814Bojan Nikolic2015-12-22
| | | | | | | It is better to specify data-dir in the environmental variable since then both the language description files and the dictionaries will be found. Since dict-dir defaults to data-dir only the latter needs to be set. See for example https://github.com/NixOS/nixpkgs/issues/1000
* Adding Danish dictionary to AspellMads Lindstrøm2015-04-16
|
* Merge recent master into stagingVladimír Čunát2014-11-05
|\ | | | | | | | | | | | | | | | | | | | | Nixpkgs Hydra: ?compare=1157272 TODO: port e22889064f82be3 Conflicts: nixos/tests/gnome3_10.nix (auto-solved) pkgs/applications/video/aegisub/default.nix pkgs/development/libraries/boost/1.55.nix
| * aspell: Add Slovak dictionary.Vladimir Still2014-11-04
| |
* | Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra2014-11-04
|\ \ | |/ |/| | | | | Conflicts: pkgs/applications/editors/vim/macvim.nix
| * suitable clang stdenvJoel Taylor2014-09-09
| |
* | aspell: set meta.platformsBjørn Forsman2014-10-27
|/
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Change aspell configure to use $out/lib/aspellJohn Wiegley2014-04-16
|
* Aspell dictionaries update: Portuguese (pt_PT) and Brazilian (pt_BR)AndersonTorres2014-03-23
|
* Adding support for Portuguese language for AspellAndersonTorres2013-12-05
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* aspell: add Norwegian dictionaries (Bokmal and Nynorsk)Bjørn Forsman2013-09-01
|
* Add Swedish dictionary for aspellAnders Claesson2013-09-01
|
* aspell: Add Czech dictionary (pkgs.aspellDicts.cs).Vladimir Still2013-08-28
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* pkgs/development/libraries/aspell/dictionaries.nix: strip trailing whitespacePeter Simons2013-07-14
|
* Partially revert commit 075796e0531506fa106be1d2f47a9c866b70b99c.Peter Simons2013-07-14
| | | | | | The commit downgraded the german language dictionary from version 20030222-1 to 20120607 (and broke the build in the process). That change was probably not intended?