aboutsummaryrefslogtreecommitdiff
path: root/tests/file-systems.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-12-03 11:00:14 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-12-03 11:00:14 +0200
commitd507ec0994f01ea681a12bfc29125504a9bfd38b (patch)
tree5a803f347528962657f59f8058397941c9d27058 /tests/file-systems.scm
parent324db47147851bdbd1f824050537ee57ede2ad0b (diff)
downloadguix-d507ec0994f01ea681a12bfc29125504a9bfd38b.tar.gz
guix-d507ec0994f01ea681a12bfc29125504a9bfd38b.zip
gnu: toot: Make propagated-inputs regular inputs.
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ... [inputs]: ... here.
Diffstat (limited to 'tests/file-systems.scm')
0 files changed, 0 insertions, 0 deletions
td>2022-09-26gnu-maintenance: Test latest-html-release....* tests/gnu-maintenance.scm ("latest-html-release, no signature") ("latest-html-release, signature): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2022-09-17gnu-maintenance: Support // URLs in latest-html-release....This makes "./pre-inst-env guix refresh -u" download the release tarball from the right place -- previously, it downloaded from https://www.libreoffice.org//download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 whereas it should download from https://download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 instead. * guix/gnu-maintenance.scm (latest-html-release)[url-release]: Adjust computation in the case of an absolute URI-reference without a scheme. * tests/gnu-maintenance.scm ("latest-html-release, scheme-less URIs"): Test it. Signed-off-by: Christopher Baines <mail@cbaines.net> Maxime Devos