aboutsummaryrefslogtreecommitdiff
path: root/CODE-OF-CONDUCT
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2024-11-07 23:22:07 +0100
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:24 +0200
commita487d05126ea548503232d344d6cd1d7da02e55e (patch)
treec90ca99eccc7936a59447b11d17b648cd9511bd8 /CODE-OF-CONDUCT
parent3f3c2408a8e816296ec63af170b5692e6f769870 (diff)
downloadguix-a487d05126ea548503232d344d6cd1d7da02e55e.tar.gz
guix-a487d05126ea548503232d344d6cd1d7da02e55e.zip
gnu: Add rust-xkb-0.3.
* gnu/packages/crates-graphics.scm (rust-xkb-0.3): New variable. Change-Id: Ie8a93fc23aae86160a2f47b2e5631fc1e6fc9e50 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'CODE-OF-CONDUCT')
0 files changed, 0 insertions, 0 deletions
mit/tests/lint.scm?id=c485a9d8af210425a0435280fff8588563e49684'>gnu: python-setuptools: Move to python-build....* gnu/packages/python-xyz.scm (python-setuptools): Move… * gnu/packages/python-build.scm: …here. * gnu/packages/chemistry.scm, gnu/packages/messaging.scm, gnu/packages/sequoia.scm, tests/lint.scm: Adjust module imports accordingly. Co-authored-by: Marius Bakke <marius@gnu.org> Lars-Dominik Braun 2022-10-17lint: source: Add check for <svn-reference> over HTTP(S)....* guix/lint.scm (svn-reference-uri-with-userinfo): New procedure. (check-source): Add 'svn-reference?' clause. * tests/lint.scm ("source: svn-reference, HTTP 200") ("source: svn-reference, HTTP 404"): New tests. Ludovic Courtès 2022-03-29download: Use https for main KDE source....* guix/download.scm (%mirrors)[kde]: Use https URIs for main KDE mirrors. * tests/lint.scm ("mirror-url: kde suggestion"): New test. Efraim Flashner 2022-03-11lint: check-tests-true: Allow #:tests? #t for some build systems....emacs-build-system sets #:tests? #f by default, so the linter shouldn't warn if #:tests? #t is set for packages using emacs-build-system. Likewise for texlive-build-system. * guix/lint.scm (check-tests-true): Do not warn if the build system is emacs-build-system or texlive-build-system. * tests/lint.scm ("tests-true: #:tests? #t acceptable for emacs packages") ("tests-true: #:tests? #t acceptable for texlive packages"): New tests. Fixes: <https://issues.guix.gnu.org/50299> Reported-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos