guix/gnu
Philip McGrath 9d407205e8
gnu: chez-scheme: Update and simplify machine-type handling.
Since Chez Scheme 10.0.0 supports all of the backends added in Racket's
branch, the complexity of '%chez-features-table' is no longer needed.
Ideally, even more of this logic could be maintained upstream, but this
change will simplify maintenance in the mean time.

* gnu/packages/chez.scm (target-chez-arch): Recognize loongarch64.
(chez-upsteam-features-for-system): Remove function.
(%chez-features-table): Replace with ...
(define-machine-types, %machine-types): ... this new macro and variable,
using the list copied directly from the Chez Scheme source code.
(nix-system->pbarch-machine-type): Update docstring, since pbarch
machine types are supported upstream as of Chez Scheme 10.0.0.
(racket-cs-native-supported-system?): Replace with ...
(nix-system->native-chez-machine-type): ... this new function,
implemented using '%machine-types'.
(chez-scheme-for-racket): Update accordingly.
(chez-scheme-for-racket-bootstrap-bootfiles): Likewise.
* gnu/packages/racket.scm (racket-vm-cs): Likewise.

Change-Id: I46efebaf48cce388075ab4873c16a6f5f9692bb7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:46:31 +02:00
..
bootloader bootloader: Add u-boot-qemu-riscv64-bootloader. 2024-03-31 22:26:21 +02:00
build linux-modules: Ignore nonexistent module files on boot. 2024-03-27 22:23:38 +08:00
home home: services: bash: Reorder aliases. 2024-03-27 22:25:19 +08:00
installer Switch order of the default substitute servers. 2024-04-03 17:18:38 +01:00
machine
packages gnu: chez-scheme: Update and simplify machine-type handling. 2024-04-11 12:46:31 +02:00
services services: guix: Gracefully handle dangling symlink for ‘machines.scm’. 2024-04-06 15:14:58 +02:00
system mapped-devices: luks: Specify modules needed at the top-level. 2024-04-08 00:17:57 +02:00
tests reconfigure: /run/current-system points to generation. 2024-04-08 00:05:48 +02:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm system, home: Validate ‘services’ field value. 2024-03-22 11:40:33 +01:00
image.scm
installer.scm
local.mk gnu: chez-scheme: Update to 10.0.0. 2024-04-11 12:45:59 +02:00
machine.scm
packages.scm
services.scm system, home: Validate ‘services’ field value. 2024-03-22 11:40:33 +01:00
system.scm system, home: Validate ‘services’ field value. 2024-03-22 11:40:33 +01:00
tests.scm