summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
AgeCommit message (Collapse)Author
2018-02-20Merge branch 'master' into stagingVladimír Čunát
Larger rebuilds from master.
2018-02-18aspellDicts: add more dictionaries and some documentationSLNOS
2018-02-05Merge remote-tracking branch 'origin/master' into gcc-7Franz Pletz
2018-01-27Merge branch 'master' into stagingVladimír Čunát
Hydra: ?compare=1429281
2018-01-26Merge remote-tracking branch 'upstream/master' into gcc-7Tuomas Tynkkynen
Conflicts: pkgs/development/compilers/gcc/7/default.nix pkgs/development/libraries/SDL2/default.nix pkgs/top-level/all-packages.nix
2018-01-25aspellDicts.tr: init at 0.50Francesc Elies Henar
2018-01-24aspell: perl should be nativeBuildInputWill Dietz
build fails otherwise, presumably not also needed as a buildInput for some reason.
2017-11-12aspell: fix build with gcc-7 via upstream patchVladimír Čunát
2017-10-22aspell: added new patch data-dirs-from-nix-profiles.patchRostislav Beneš
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.
2017-09-16aspellWithDicts: use a single envFrederik Rietdijk
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.
2017-08-21aspellWithDicts: fixes #28318Frederik Rietdijk
2017-07-17aspellWithDicts: create derivation with aspell and selected dictionariesFrederik Rietdijk
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 ])'
2017-04-19Revert "aspell: only set ASPELL_CONF from NIX_PROFILES in wrapper if unset"Benno Fünfstück
This reverts commit 399065f226ca70360f25682d76be3c5e89e60239. I am blind, this was already checked above. Thanks @bjornfor for noticing.
2017-04-19aspell: only set ASPELL_CONF from NIX_PROFILES in wrapper if unsetBenno Fünfstück
2017-04-10aspell: set default aspell data-dir if ASPELL_CONF is not setLeandro Lisboa Penz
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
2017-02-14aspell-dict-ca: init at 2.1.5-1Toni Reina
2016-07-03aspellDicts.en: 7.1-0 -> 2016.06.26-0Kranium Gikos Mendoza
2016-05-31aspell-dict-uk: init at 1.4.0-0 (#15846)Alexey Shmalko
2016-03-07aspell-dict-ro: init at 3.3-2Sergiu Ivanov
2015-12-22aspell: improve the doc string, fixes #11814Bojan Nikolic
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
2015-04-16Adding Danish dictionary to AspellMads Lindstrøm
2014-11-05Merge recent master into stagingVladimír Čunát
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
2014-11-04aspell: Add Slovak dictionary.Vladimir Still
2014-11-04Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra
Conflicts: pkgs/applications/editors/vim/macvim.nix
2014-10-27aspell: set meta.platformsBjørn Forsman
2014-09-09suitable clang stdenvJoel Taylor
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2014-04-16Change aspell configure to use $out/lib/aspellJohn Wiegley
2014-03-23Aspell dictionaries update: Portuguese (pt_PT) and Brazilian (pt_BR)AndersonTorres
2013-12-05Adding support for Portuguese language for AspellAndersonTorres
2013-10-05Some description fixesBjørn Forsman
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.
2013-09-01aspell: add Norwegian dictionaries (Bokmal and Nynorsk)Bjørn Forsman
2013-09-01Add Swedish dictionary for aspellAnders Claesson
2013-08-28aspell: Add Czech dictionary (pkgs.aspellDicts.cs).Vladimir Still
2013-08-16unmaintain several packagesLudovic Courtès
2013-07-14pkgs/development/libraries/aspell/dictionaries.nix: strip trailing whitespacePeter Simons
2013-07-14Partially revert commit 075796e0531506fa106be1d2f47a9c866b70b99c.Peter Simons
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?
2013-07-14make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin
possible
2013-07-14aspell dictionaries: update where possible and try to make it easier to ↵Evgeny Egorochkin
automatically parse versions
2013-06-09Change package versions to conform to nixpkgs conventions.Evgeny Egorochkin
2012-01-28Use meta.platformsYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=31909
2011-08-29added polish dictionary to the listPiotr Pietraszkiewicz
svn path=/nixpkgs/trunk/; revision=28905
2011-08-22GNU Aspell 0.60.6.1.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=28742
2010-05-22Add italian dictionary for aspellMarco Maggesi
svn path=/nixpkgs/trunk/; revision=21942
2009-02-12* aspell: updated to 0.60.6 to make it compile on GCC 4.3.Eelco Dolstra
svn path=/nixpkgs/branches/stdenv-updates/; revision=14049
2008-02-14Add Aspell Esperanto dictionary.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=10687
2008-02-14* Emacs expects an alias called "nederlands" (not "dutch"), so provideEelco Dolstra
it. svn path=/nixpkgs/trunk/; revision=10676
2008-02-14Aspell: Use the `ASPELL_CONF' environment variable instead of patching Aspell.Ludovic Courtès
A related change in `/etc/profile' will be checked in in the NixOS repository. svn path=/nixpkgs/trunk/; revision=10672
2007-10-23* aspell: hacked up a little patch to allow additional dictionaryEelco Dolstra
directories to be specified through the environment variable ASPELL_EXTRA_DICT_DIRS. This way dictionaries don't have to be installed into aspell's prefix. Instead you can just set ASPELL_EXTRA_DICT_DIRS to $HOME/.nix-profile/lib/aspell and install dictionaries separately with nix-env (e.g. "nix-env -i aspell-dict-nl"). * Added a bunch of Aspell dictionaries. Additional dictionaries can be added easily in development/libraries/aspell/dictionaries.nix. svn path=/nixpkgs/trunk/; revision=9512
2007-07-04A pkgs/development/libraries/aspell/builder.shMartin Bravenboer
M pkgs/development/libraries/aspell/default.nix aspell comes without any dictionaries, so if you actually want to use it you need to install additional dictionary packages. I've added the package for English, but obviously more should be added. Dictionaries are installed in the prefix of aspell. M pkgs/top-level/all-packages.nix aspell dict package for English needs which added an option enableMPlayer to wrapFirefox to disable the MPlayer plugin. It's enabled by default. svn path=/nixpkgs/trunk/; revision=8944