summary refs log tree commit diff
path: root/pkgs/development/libraries/aspell
Commit message (Collapse)AuthorAge
* 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?
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* aspell dictionaries: update where possible and try to make it easier to ↵Evgeny Egorochkin2013-07-14
| | | | automatically parse versions
* Change package versions to conform to nixpkgs conventions.Evgeny Egorochkin2013-06-09
|
* Use meta.platformsYury G. Kudryashov2012-01-28
| | | | svn path=/nixpkgs/trunk/; revision=31909
* added polish dictionary to the listPiotr Pietraszkiewicz2011-08-29
| | | | svn path=/nixpkgs/trunk/; revision=28905
* GNU Aspell 0.60.6.1.Ludovic Courtès2011-08-22
| | | | svn path=/nixpkgs/trunk/; revision=28742
* Add italian dictionary for aspellMarco Maggesi2010-05-22
| | | | svn path=/nixpkgs/trunk/; revision=21942
* * aspell: updated to 0.60.6 to make it compile on GCC 4.3.Eelco Dolstra2009-02-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14049
* Add Aspell Esperanto dictionary.Ludovic Courtès2008-02-14
| | | | svn path=/nixpkgs/trunk/; revision=10687
* * Emacs expects an alias called "nederlands" (not "dutch"), so provideEelco Dolstra2008-02-14
| | | | | | it. svn path=/nixpkgs/trunk/; revision=10676
* Aspell: Use the `ASPELL_CONF' environment variable instead of patching Aspell.Ludovic Courtès2008-02-14
| | | | | | A related change in `/etc/profile' will be checked in in the NixOS repository. svn path=/nixpkgs/trunk/; revision=10672
* * aspell: hacked up a little patch to allow additional dictionaryEelco Dolstra2007-10-23
| | | | | | | | | | | | | | 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
* A pkgs/development/libraries/aspell/builder.shMartin Bravenboer2007-07-04
| | | | | | | | | | | | | | | | | | | 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