aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
diff options
context:
space:
mode:
authorHerman Rimm <herman_rimm@protonmail.com>2023-10-15 15:33:24 +0000
committerEfraim Flashner <efraim@flashner.co.il>2023-10-23 09:29:37 +0300
commit54e88d8da5ee1c0591b106b63e1c9437967ab52c (patch)
treef0c2f6565c94c84723dc8de01b5ed1c3254d99a7 /gnu/packages/guile-xyz.scm
parent56742f79c0d41e7a642154d9f04b9a344c47a6dc (diff)
downloadguix-54e88d8da5ee1c0591b106b63e1c9437967ab52c.tar.gz
guix-54e88d8da5ee1c0591b106b63e1c9437967ab52c.zip
gnu: Add rust-1.73.
* gnu/packages/rust.scm (rust-1.73): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I97ab62112cd9386427d3cf8f9f6e1700492966b1
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
0 files changed, 0 insertions, 0 deletions
ut filename. Otherwise, use defaults for the host platform." (let ((grub-config "grub.cfg")) (call-with-output-file grub-config (lambda (port) ;; Create a tiny configuration file telling the embedded grub where to ;; load the real thing. XXX This is quite fragile, and can prevent ;; the image from booting when there's more than one volume with this ;; label present. Reproducible almost-UUIDs could reduce the risk ;; (not eliminate it). (format port "insmod part_msdos~@ insmod part_gpt~@ search --set=root --label Guix_image~@ configfile /boot/grub/grub.cfg~%"))) (install-efi grub-efi grub-config esp #:targets targets) (delete-file grub-config)))