aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-archive.sh
diff options
context:
space:
mode:
authorRick Huijzer <ikbenrickhuyzer@gmail.com>2024-11-12 18:14:29 +0100
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:22 +0200
commit628bdd6223135e4447a6f71e580f8124bffac1ef (patch)
tree16c24d8b6b1fafbf4673efa9039bdb40d7c31839 /tests/guix-archive.sh
parentbf6527ab0d4c893bada384c9eb2fca753c5a9ace (diff)
downloadguix-628bdd6223135e4447a6f71e580f8124bffac1ef.tar.gz
guix-628bdd6223135e4447a6f71e580f8124bffac1ef.zip
gnu: rust-ctrlc-3: Update to 3.4.5.
* gnu/packages/crates-io.scm (rust-ctlrc-3): Update to 3.4.5. [cargo-inputs]: Replace rust-nix-0.27 with 0.28, rust-windows-sys-0.48 with 0.59. [cargo-development-inputs]: Replace rust-windows-sys-0.48 with 0.59. Change-Id: Ia2a2e254bf95d7da048cf15d45a23e70f548cabb Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'tests/guix-archive.sh')
0 files changed, 0 insertions, 0 deletions
u/installer/utils.scm (dry-run-command): New procedure. * gnu/installer.scm (compute-locale-step): Add #:dry-run? parameter. Use it to avoid actually applying locale. (compute-keymap-step): Add dry-run? parameter. Pass it to keymap-page. (installer-program): Add #:dry-run? parameter. If #:true avoid writing to /proc, use dry-run-command, skip sync and reboot, and pass dry-run? to... (installer-steps): ...here. Add #:dry-run? parameter. Use it to disable skip network, substitutes, partitioning pages, and pass it to... compute-locale-step, compute-keymap-step, and final-page. Change-Id: I0ff4c3b0a0c69539af617c27ba37654beed44619 Janneke Nieuwenhuizen 2024-11-11installer: Use `%' for parameter %run-command-in-installer....* gnu/installer/utils.scm (run-command-in-installer): Rename to... (%run-command-in-installer): ...this. * gnu/installer.scm (installer-program): Update accordingly. * gnu/installer/parted.scm (remove-logical-devices, create-btrfs-file-system, create-ext4-file-system, create-fat16-file-system, create-fat32-file-system, create-jfs-file-system, create-ntfs-file-system, create-xfs-file-system, create-swap-partition, luks-format-and-open, luks-ensure-open, luks-close): Update accordingly. Change-Id: I96ebc59ebc85fd8ebccb0cc57130b4e7532d287f Janneke Nieuwenhuizen 2024-08-31installer: Create ext4 file systems with ‘-O large_dir’....* gnu/installer/parted.scm (create-ext4-file-system): Pass ‘-O large_dir’ to ‘mkfs.ext4’. Change-Id: Ie34039ed03f273505e7f7fb5c3241120e3395ba2 Ludovic Courtès