Maxime Devos
6c16de72de
download: Switch savannah mirrors to HTTPS URLs.
...
The URI scheme used for nongnu.freemirror.org needs to be consistent
between (guix download) and (guix gnu-maintenance) to make the simplified
savannah-updater (of a later commit) work. While we're at it, switch the
other mirrors to https as well.
http://download.savannah.gnu.org/releases-noredirect/ is left unmodified
because it 404s
* download.scm (%mirrors)[savannah]: Switch from http to https where possible.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26 23:29:36 +02:00
Maxime Devos
11ec14ff0e
gnu-maintenance: Produce mirror:// URIs in latest-html-release.
...
Partially fixes <https://issues.guix.gnu.org/57477 >.
I'm not aware of a package using both latest-html-release and mirrors, so it
has not been completely tested. However, updating "yt-dlp" appears to work
(except for git-fetch not being supported yet). The expression for the
signature-urls field had to be tweaked to not call uri-mirror-rewrite on #false.
* guix/gnu-maintenance.scm (latest-html-release)[url->research]{urls,signature-urls}:
Call uri-mirror-rewrite on the URLs.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26 23:29:36 +02:00
Maxime Devos
d877dc098b
gnu-maintenance: Produce mirror:// URIs in latest-ftp-release.
...
Partially fixes <https://issues.guix.gnu.org/57477 >.
As a test, try updating gnupg. Before the patch, a ftp:// URL was produced,
now the mirror:// is preserved.
* guix/gnu-maintenance.scm (latest-ftp-release)[file->source]{urls,signature-urls}:
Call uri-mirror-rewrite on the URLs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26 23:29:36 +02:00
Maxime Devos
fc5c4ce4ec
lint: Extract logic of 'check-mirror-url'.
...
It will be useful for fixing <https://issues.guix.gnu.org/57477 >.
* guix/lint.scm (check-mirror-url): Extract mirror://-constructing code to ...
* guix/gnu-maintenance.scm (uri-mirror-rewrite): ... here, tweaking the API
and implementation in anticipation of future users.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26 23:29:36 +02:00
Nicolas Graves
b6274a20e8
etc: Add tempel snippet move.
...
* etc/snippets/tempel/text-mode (move\): New entry.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26 23:29:36 +02:00
Ludovic Courtès
1033645e9d
machine: ssh: Parameterize '%current-system' early on.
...
Fixes <https://issues.guix.gnu.org/58084 >.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.
Previously, "sanity checks" and other operations would happen in a
context where '%current-system' has its default value. Thus, running
'guix deploy' on x86_64-linux machine for an aarch64-linux one would
lead things like '%base-initrd-modules' to see "x86_64-linux" as the
'%current-system' value, in turn making the wrong choices.
* gnu/machine/ssh.scm (check-deployment-sanity)[assertions]: Wrap in
'parameterize'.
(deploy-managed-host): Likewise for the 'mlet' body.
2022-09-26 23:29:35 +02:00
Maxim Cournoyer
28a50eeac7
tests: telephony: Add missing import to fix jami tests.
...
* gnu/tests/telephony.scm (run-jami-test): Add a missing (ice-9 match) import
directive.
Co-authored-by: Olivier Dion <olivier.dion@polymtl.ca>
2022-09-26 15:52:35 -04:00
Nicolas Goaziou
b9cdff6d73
gnu: emacs-ement: Update to 0.2.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.1.
2022-09-26 21:32:44 +02:00
Maxim Cournoyer
474d3ef643
gnu: qemu: Disable qtest-aarch64/migration-test test.
...
* gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/virtualization.scm (qemu): Apply it.
2022-09-26 12:06:57 -04:00
Eric Bavier
0ea2b72059
gnu: gnome-shell-extension-gsconnect: Update to 50.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to
version 50. Update url references to new organization.
2022-09-26 11:00:54 -05:00
Guillaume Le Vaillant
351201aae9
gnu: libspatialite: Disable tests.
...
Several tests fail since the update of Proj to version 9, but the library
seems to be working as the test phases of dependents are passing.
* gnu/packages/geo.scm (libspatialite)[arguments]: Disable tests.
2022-09-26 17:35:31 +02:00
Ricardo Wurmus
c1716ab6ec
gnu: Add r-compgenomrdata.
...
* gnu/packages/bioinformatics.scm (r-compgenomrdata): New variable.
2022-09-26 17:21:57 +02:00
Olivier Dion
b4b7543443
gnu: Add libpatch.
...
* gnu/packages/instrumentation.scm (libpatch): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-26 15:35:37 +02:00
Artyom V. Poptsov
e5871de986
gnu: guile-ini: Update to 0.5.2.
...
* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-26 15:35:37 +02:00
Florian Pelz
9e4164c6ff
news: Add another 'de' translation.
...
* etc/news.scm: Add German translation of images API entry.
2022-09-26 13:18:34 +02:00
Florian Pelz
5602eaeacb
news: Add 'de' translation.
...
* etc/news.scm: Add German translation of WSL images entry.
2022-09-26 13:14:49 +02:00
Guillaume Le Vaillant
bc072c9a57
etc: teams: Add description and scope for lisp team.
...
* etc/teams.scm.in (lisp): Add description and scope fields.
2022-09-26 11:10:24 +02:00
Mathieu Othacehe
4b551518d0
NEWS: Update it.
...
* NEWS: Add an entry about WSL images.
2022-09-26 09:47:10 +02:00
Leo Famulari
754ce586e0
gnu: linux-libre 5.10: Update to 5.10.145.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.145.
(linux-libre-5.10-pristine-source): Update hash.
2022-09-25 19:30:11 -04:00
Leo Famulari
7c76a0de80
gnu: linux-libre 5.15: Update to 5.15.70.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.70.
(linux-libre-5.15-pristine-source): Update hash.
2022-09-25 19:30:11 -04:00
Leo Famulari
4ed4b5c339
gnu: linux-libre: Update to 5.19.11.
...
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.11.
(linux-libre-5.19-pristine-source): Update hash.
2022-09-25 19:30:04 -04:00
Ricardo Wurmus
ab6931483b
gnu: Add python-vaex-core.
...
* gnu/packages/python-science.scm (python-vaex-core): New variable.
2022-09-25 21:24:34 +02:00
Ricardo Wurmus
5defad2b7c
gnu: Add pybind11-2.3.
...
* gnu/packages/python-xyz.scm (pybind11-2.3): New variable.
2022-09-25 21:24:34 +02:00
Ricardo Wurmus
eefc107aaf
gnu: Add python-blake3.
...
* gnu/packages/python-crypto.scm (python-blake3): New variable.
2022-09-25 21:24:30 +02:00
Nicolas Goaziou
31593237f6
gnu: emacs-orgmdb: Add missing input.
...
* gnu/packages/emacs-xyz.scm (emacs-orgmdb)[arguments]: Avoid propagating FD.
[inputs]: Add FD.
2022-09-25 21:09:18 +02:00
Liliana Marie Prikler
1f63c5709c
etc: teams: Give games a scope.
...
* etc/teams.scm.in (games)[#:name]: Change to “Games and Toys”.
[#:description, #:scope]: New fields.
2022-09-25 20:55:38 +02:00
Liliana Marie Prikler
2300e3148a
etc: teams: Add description and scope for emacs.
...
* etc/teams.scm.in (emacs): Add #:description and #:scope.
2022-09-25 20:21:36 +02:00
John Kehayias
8fc4c3c9ff
gnu: emacs-libgit: Fix build with native compilation.
...
* gnu/packages/emacs-xyz.scm (emacs-libgit)[#:phases]: Add
‘emacs-add-install-to-native-load-path’ after ‘unpack’.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-25 19:27:36 +02:00
John Kehayias
89c4273fbf
gnu: emacs-pdf-tools: Fix build with native compilation.
...
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools)[#:phases]: Add
‘emacs-add-install-to-native-load-path’ between ‘emacs-expand-load-path’ and
‘emacs-install’.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-25 19:09:44 +02:00
Brian Kubisiak
2d141896ec
gnu: Add emacs-color-theme-solarized.
...
* gnu/packages/emacs-xyz (emacs-color-theme-solarized): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25 15:41:44 +02:00
Nicolas Goaziou
cee9dc06ec
gnu: emacs-macrostep-geiser: Order inputs alphabetically.
...
* gnu/packages/emacs-xyz.scm (emacs-macrostep-geiser)[propagated-inputs]:
Order inputs alphabetically.
2022-09-25 15:20:45 +02:00
Nicolas Goaziou
f61ba05c66
gnu: emacs-cpreproc-openvdb: Remove period in synopsis.
...
* gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb)[synopsis]: Remove
period.
2022-09-25 15:17:06 +02:00
jgart via Guix-patches via
725e7c3bb6
gnu: Add emacs-clue.
...
* gnu/packages/emacs-xyz.scm (emacs-clue): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25 15:12:35 +02:00
jgart via Guix-patches via
0d71bae608
gnu: emacs-denote: Update to 0.6.0.
...
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 0.6.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25 15:12:35 +02:00
Fredrik Salomonsson
7a8988730c
gnu: Add emacs-ol-notmuch.
...
* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25 15:12:34 +02:00
Hilton Chain via Guix-patches via
66bca23293
gnu: Add emacs-macrostep-geiser.
...
* gnu/packages/emacs-xyz.scm (emacs-macrostep-geiser): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25 15:12:34 +02:00
Fredrik Salomonsson
29fa1a9039
gnu: Add emacs-marginalia-emprise.
...
* gnu/packages/emacs-xyz.scm (emacs-marginalia-emprise): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25 15:12:34 +02:00
Fredrik Salomonsson
d27f8db195
gnu: Add emacs-orgmdb.
...
* gnu/packages/emacs-xyz.scm (emacs-orgmdb): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25 15:12:33 +02:00
Fredrik Salomonsson
c4af643391
gnu: Add emacs-cpreproc-openvdb.
...
* gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25 15:12:33 +02:00
Julien Lepiller
bfa723ba10
etc: teams: Define Java team scope.
...
* etc/teams.scm.in (java): Define it.
2022-09-25 14:40:01 +02:00
Julien Lepiller
13cf9ebe84
etc: teams: Define OCaml team scope.
...
* etc/teams.scm.in (ocaml): Define it.
2022-09-25 14:39:36 +02:00
Mathieu Othacehe
6ab5106645
news: Add entry about image API documentation.
...
* etc/news.scm: Add entry.
2022-09-25 13:52:19 +02:00
Mathieu Othacehe
13f469744b
news: Add entry about WSL images.
...
* etc/news.scm: Add entry.
2022-09-25 13:40:10 +02:00
Lars-Dominik Braun
9943bbfaa1
etc: teams: Define python team scope.
...
* etc/teams.scm.in (python): Define it.
2022-09-25 12:42:11 +02:00
Lars-Dominik Braun
b6aef666d9
etc: teams: Define haskell team scope.
...
* etc/teams.scm.in (haskell): Define it.
2022-09-25 12:42:11 +02:00
Mathieu Othacehe
e842aeb8c1
doc: Turn example to lisp.
...
* doc/guix.texi (System Images): Turn example snippets to lisp snippets.
2022-09-25 11:38:11 +02:00
Mathieu Othacehe
506e0aa438
doc: Remove an extra dot.
...
* doc/guix.texi (System Images): Remove it.
2022-09-25 11:35:09 +02:00
Mathieu Othacehe
2e0fa826c9
etc: installer: Define installer team scope.
...
* etc/teams.scm.in (installer): Define it.
2022-09-25 09:27:59 +02:00
Mathieu Othacehe
7ca846c8c9
etc: teams: Define core team scope.
...
* etc/teams.scm.in (core): Define it.
2022-09-25 09:27:59 +02:00
Liliana Marie Prikler
b1a7a5723b
etc: teams: Add regular expression support to scopes.
...
* etc/teams.scm (find-teams-by-scope): Differentiate between raw strings
and regexps. Make raw string matches strict.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-25 09:27:59 +02:00