aboutsummaryrefslogtreecommitdiff
 ░░░                                     ░░░
 ░░▒▒░░░░░░░░░               ░░░░░░░░░▒▒░░
  ░░▒▒▒▒▒░░░░░░░           ░░░░░░░▒▒▒▒▒░
      ░▒▒▒░░▒▒▒▒▒         ░░░░░░░▒▒░
            ░▒▒▒▒░       ░░░░░░
             ▒▒▒▒▒      ░░░░░░
              ▒▒▒▒▒     ░░░░░
              ░▒▒▒▒▒   ░░░░░
               ▒▒▒▒▒   ░░░░░
                ▒▒▒▒▒ ░░░░░
                ░▒▒▒▒▒░░░░░
                 ▒▒▒▒▒▒░░░
                  ▒▒▒▒▒▒░
  _____ _   _ _    _    _____       _
 / ____| \ | | |  | |  / ____|     (_)
| |  __|  \| | |  | | | |  __ _   _ ___  __
| | |_ | . ' | |  | | | | |_ | | | | \ \/ /
| |__| | |\  | |__| | | |__| | |_| | |>  <
 \_____|_| \_|\____/   \_____|\__,_|_/_/\_\
: hunspell-dict-en: Install all affix files....* gnu/packages/aspell.scm (aspell-word-list): Install affix files corresponding to installed dictionary files. Julien Lepiller 2020-05-22packages: Introduce <content-hash> and use it in <origin>....* guix/packages.scm (<content-hash>): New record type. (define-content-hash-constructor, build-content-hash) (content-hash): New macros. (print-content-hash): New procedure. (<origin>): Rename constructor to '%origin'. [sha256]: Remove field. [hash]: New field. Adjust users. (origin-compatibility-helper, origin): New macros. (origin-sha256): New deprecated procedure. (origin->derivation): Adjust accordingly. * tests/packages.scm ("package-source-derivation, origin, sha512"): New test. * guix/tests.scm: Hide (gcrypt hash) 'sha256' for proper syntax matching. * tests/challenge.scm: Add #:prefix for (gcrypt hash) and adjust users. * tests/derivations.scm: Likewise. * tests/store.scm: Likewise. * tests/graph.scm ("bag DAG, including origins"): Provide 'sha256' field with the right length. * gnu/packages/aspell.scm (aspell-dictionary) (aspell-dict-ca, aspell-dict-it): Use 'hash' and 'content-hash' for proper syntax matching. * gnu/packages/bash.scm (bash-patch): Rename 'sha256' to 'sha256-bv'. * gnu/packages/bootstrap.scm (bootstrap-executable): Rename 'sha256' to 'bv'. * gnu/packages/readline.scm (readline-patch): Likewise. * gnu/packages/virtualization.scm (qemu-patch): Rename 'sha256' to 'sha256-bv'. * guix/import/utils.scm: Hide (gcrypt hash) 'sha256'. Ludovic Courtès 2020-04-30Merge branch 'master' into core-updates... Conflicts: gnu/local.mk gnu/packages/backup.scm gnu/packages/emacs-xyz.scm gnu/packages/guile.scm gnu/packages/lisp.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/web.scm gnu/packages/xorg.scm Marius Bakke 2020-04-29gnu: Add aspell-dict-pl....* gnu/packages/aspell.scm (aspell-dict-pl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Marcin Karpezo 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-18gnu: aspell-dict-da: Update to 1.6.36-11-0....* gnu/packages/aspell.scm (aspell-dict-da): Update to 1.6.36-11-0. Tobias Geerinckx-Rice 2020-02-03Merge branch 'staging' into core-updatesMarius Bakke 2020-02-02gnu: Add Slovenian Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-sl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar 2019-11-16Merge remote-tracking branch master into core-updatesMathieu Othacehe 2019-11-14gnu: aspell: Update to 0.60.8....* gnu/packages/aspell.scm (aspell): Update to 0.60.8. [source]: Remove "aspell-gcc-compat.patch". * gnu/packages/patches/aspell-gcc-compat.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Ludovic Courtès 2019-11-14gnu: aspell: Truly honor $ASPELL_DICT_DIR....Fixes <https://bugs.gnu.org/29686>. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * gnu/packages/aspell.scm (aspell)[arguments]: Remove 'wrap-aspell' phase. * gnu/packages/patches/aspell-default-dict-dir.patch: Add hunk to expand the right-hand size of '|' in values like "<$FOO|$BAR/baz>". Change DICT_DIR to refer to "$HOME" on the right-hand side. Ludovic Courtès 2019-11-03gnu: aspell-dict-ca: Update to 2.5.0....* gnu/packages/aspell.scm (aspell-dict-ca): Update to 2.5.0. Tobias Geerinckx-Rice