aboutsummaryrefslogtreecommitdiff
path: root/etc/historical-authorizations
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-22 15:26:52 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-07-22 16:36:50 +0800
commit47a1fcb697f6e997378becddf99ce130f35f572b (patch)
tree32f0a2ad7e2a44aea7427af899438c62ca5f8de8 /etc/historical-authorizations
parent0e6fd134a2070f8ebdd5b11443da5820ffd8b237 (diff)
downloadguix-47a1fcb697f6e997378becddf99ce130f35f572b.tar.gz
guix-47a1fcb697f6e997378becddf99ce130f35f572b.zip
gnu: mate: Remove duplicated mate-utils from inputs.
* gnu/packages/mate.scm (mate)[inputs]: Remove duplicated mate-utils.
Diffstat (limited to 'etc/historical-authorizations')
0 files changed, 0 insertions, 0 deletions
/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