aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-01-16 15:26:38 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-01-28 09:49:21 +0800
commiteaa2657c0582674fd2ab4946ba5c55c573712818 (patch)
tree54948efba854f962d1db75e30fdca3ddfcc363aa /gnu/home/services.scm
parentb25c6fd2370de1ae333fc10feb4d29710758aa7e (diff)
downloadguix-eaa2657c0582674fd2ab4946ba5c55c573712818.tar.gz
guix-eaa2657c0582674fd2ab4946ba5c55c573712818.zip
gnu: fcitx5-anthy: Update to 5.0.13.
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.0.13.
Diffstat (limited to 'gnu/home/services.scm')
0 files changed, 0 insertions, 0 deletions
sitory deprecated by the support for local folders by the actual implementation. * doc/guix.texi: Document the new semantics and valid arguments for the --repo option. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Alice BRENON 2021-07-20import: opam: Emit new-style package inputs....* guix/import/opam.scm (opam->guix-package): Wrap INPUTS and NATIVE-INPUTS in 'list' instead of 'quasiquote'. (dependency-list->inputs): Return a list of symbols. * tests/opam.scm ("opam->guix-package"): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sarah Morgensen 2021-05-28import: opam: Generate license for package....* guix/import/opam.scm (opam->guix-package): Generate license for the ‘license’ field. * tests/opam.scm (test-opam-file): Update accordingly. ("opam->guix-package"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2020-12-08import: opam: Adjust test to latest 'opam->guix-package' changes....This is a followup to a8dccd4bdc1e58219d4ba08fe1649bf0b8325f44, which broke the test. * guix/import/opam.scm (get-opam-repository): Prevent inlining. * tests/opam.scm ("opam->guix-package"): Mock 'get-opam-repository'. Ludovic Courtès 2020-12-08guix: opam: Pass default repository to recursive importer....* guix/import/opam.scm (opam->guix-package): Rename #:repository key to #:repo. (opam-recursive-import): Pass #:repo keyword. * tests/opam.scm (opam->guix-package): Rename #:repository to #:repo. Julien Lepiller 2020-10-02tests: opam: Test additional syntax....* tests/opam.scm (test-comment): New test. (test-lists): Add more tests for complex list patterns. Julien Lepiller 2020-10-02tests: opam: Factorize tests....* tests/opam.scm: Remove duplicate code. Julien Lepiller