aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/genealogy.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-02-12 17:09:04 -0500
committerLeo Famulari <leo@famulari.name>2021-02-12 17:20:00 -0500
commitda4c7ba9263d11e3ee1b4e9032e976fccb97b517 (patch)
tree3f823149942991d9f2fdef1da739b2cf6eb63584 /gnu/packages/genealogy.scm
parentab512c2104faf6b39cdbe7a0d11facf61158753f (diff)
downloadguix-da4c7ba9263d11e3ee1b4e9032e976fccb97b517.tar.gz
guix-da4c7ba9263d11e3ee1b4e9032e976fccb97b517.zip
gnu: ncmpc: Update to 0.45.
* gnu/packages/mpd.scm (ncmpc): Update to 0.45.
Diffstat (limited to 'gnu/packages/genealogy.scm')
0 files changed, 0 insertions, 0 deletions
0097b5e5'>gnu: Fix hunspell-dict-en-* dictionary installation....* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file for all hunspell dictionaries. Kei Kebreau 2017-10-27gnu: Add Catalan dictionary for Aspell....Hola! * gnu/packages/aspell.scm (aspell-dict-ca): New variable. Ludovic Courtès 2017-10-27gnu: Add hunspell-dict-en*....* 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. Ludovic Courtès 2017-10-03Update e-mail for 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> Theodoros Foradis 2017-08-08gnu: aspell-dict-en: Update to 2017.01.22-0....Add missing copyright line for 2016. * gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.01.22-0. Tobias Geerinckx-Rice 2017-05-17gnu: aspell: 'dict-dir' set to ~/.guix-profile/lib/aspell or $ASPELL_DICT_DIR....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. Ludovic Courtès 2017-04-23gnu: Add aspell-dict-pt-br....* gnu/packages/aspell.scm (aspell-dict-pt-br): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Daniel Pimentel