aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/efi.scm
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2023-09-25 23:28:31 -0500
committerLudovic Courtès <ludo@gnu.org>2023-10-08 23:43:50 +0200
commit0be51fe03bf2b8f3ef009929fa0860e17aa15de4 (patch)
tree0f18fc8cdd644ff87d75d495b9d17d2393b63de5 /gnu/packages/efi.scm
parenta44569899a54d18a70b62498bec3774f0be3f66b (diff)
downloadguix-0be51fe03bf2b8f3ef009929fa0860e17aa15de4.tar.gz
guix-0be51fe03bf2b8f3ef009929fa0860e17aa15de4.zip
gnu: Add tree-sitter-scala.
* gnu/packages/tree-sitter.scm (tree-sitter-scala): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/efi.scm')
0 files changed, 0 insertions, 0 deletions
e-rk3399....* gnu/packages/bootloaders.scm (u-boot-puma-rk3399)[native-inputs]: Add arm-trusted-firmware-rk3399. Remove arm-trusted-firmware-puma-rk3399 and rk3399-cortex-m0. * gnu/packages/firmware.scm (arm-trusted-firmware-puma-rk3399, rk3399-cortex-m0): Remove obsolete variables. * gnu/bootloader/u-boot.scm (install-puma-rk3399-u-boot): Install idbloader.img. Vagrant Cascadian 2020-10-05bootloader: Fix u-boot installation....This is a follow-up of f19cf27c2b9ff92e2c0fd931ef7fde39c376adaa. The bootloader installation must be done on the final disk-image, hence using "disk-image-installer" instead of "installer" callback. * gnu/bootloader/u-boot.scm: Turn all installer callbacks into disk-image-installer callbacks. * gnu/build/bootloader.scm (write-file-on-device): Open the output file with 'no-truncate and 'no-create options. * gnu/system/image.scm (with-imported-modules*): Add (gnu build bootloader) module. Mathieu Othacehe