aboutsummaryrefslogtreecommitdiff
path: root/nix/boost
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-09-05 22:25:13 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-09-05 22:45:48 +0200
commit248965c91caf7d10433f090b4712a9b201968416 (patch)
tree5d7dd753d5616f2a421bf2845c55668b24fd157c /nix/boost
parent813ed0bd3d55796d32a705d953a89453de54c8e8 (diff)
downloadguix-248965c91caf7d10433f090b4712a9b201968416.tar.gz
guix-248965c91caf7d10433f090b4712a9b201968416.zip
gnu: Add guile-cv.
* gnu/packages/guile-xyz.scm (guile-cv): New variable.
Diffstat (limited to 'nix/boost')
0 files changed, 0 insertions, 0 deletions
ommit/gnu/packages/aspell.scm?id=74a40ddd64792a9b07fb6cfe565bbafaa8412f2b'>gnu: aspell.scm: Alphabetize dictionaries.Efraim Flashner * gnu/packages/aspell.scm: Reorder the dictionaries alphabetically. 2017-11-10gnu: Fix hunspell-dict-en-* dictionary installation.Kei Kebreau * gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file for all hunspell dictionaries. 2017-10-27gnu: Add Catalan dictionary for Aspell.Ludovic Courtès Hola! * gnu/packages/aspell.scm (aspell-dict-ca): New variable. 2017-10-27gnu: Add hunspell-dict-en*.Ludovic Courtès * gnu/packages/aspell.scm (aspell-word-list): New procedure. (define-word-list-dictionary): New macro. (hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca) (hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New variables. 2017-10-03Update e-mail for Theodoros Foradis.Theodoros Foradis * .mailmap: Add entry. * gnu/packages/aspell.scm: Replace theodoros.for@openmailbox.org with current address. * gnu/packages/compression.scm: Likewise. * gnu/packages/electronics.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/fpga.scm: Likewise. * gnu/packages/graphviz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/libusb.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/uml.scm: Likewise. * gnu/packages/wxwidgets.scm: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2017-08-08gnu: aspell-dict-en: Update to 2017.01.22-0.Tobias Geerinckx-Rice Add missing copyright line for 2016. * gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.01.22-0. 2017-05-17gnu: aspell: 'dict-dir' set to ~/.guix-profile/lib/aspell or $ASPELL_DICT_DIR.Ludovic Courtès See <https://bugs.gnu.org/25836> for background. * gnu/packages/patches/aspell-default-dict-dir.patch: New file. * gnu/packages/aspell.scm (aspell)[source](patches): New field. [native-search-paths]: New field. * gnu/local.mk (dist_patch_DATA): Add it. 2017-04-23gnu: Add aspell-dict-pt-br.Daniel Pimentel * gnu/packages/aspell.scm (aspell-dict-pt-br): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>