aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/sddm.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-11-20 20:54:53 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:34 +0200
commit58416091c03ce583e05163b3e0d90aaa790be647 (patch)
treeda6a00ddaf5f4140121bdb0213176754751ee057 /gnu/tests/sddm.scm
parent023fa34e56c172976d0e7c004f1ad7031ef89b6b (diff)
downloadguix-58416091c03ce583e05163b3e0d90aaa790be647.tar.gz
guix-58416091c03ce583e05163b3e0d90aaa790be647.zip
gnu: rust-cargo: Update to 0.83.0.
* gnu/packages/rust-apps.scm (rust-cargo): Update to 0.83.0. [source]: Add snippet to allow for newer versions of dependencies. [cargo-inputs]: Add rust-same-file-1, rust-supports-unicode-3, rust-tracing-chrome-0.7. Replace rust-annotate-snippets-0.10 with 0.11, rust-base64-0.21 with 0.22, rust-cargo-util-schemas-0.2 with 0.6, rust-git2-0.18 with 0.19, rust-git2-curl-0.19 with 0.20, rust-gix-0.57 with 0.64, rust-itertools-0.12 with 0.13, rust-libgit2-sys-0.16 with 0.17, rust-opener-0.6 with 0.7, rust-rusqlite-0.30 with 0.32, rust-supports-hyperlinks-2 with 3, rust-toml-edit-0.21 with 0.22, rust-windows-sys-0.52 with 0.59. Remove rust-gix-features-0.37 [cargo-development-inputs]: Add rust-annotate-snippets-0.11, rust-cargo-test-support-0.4, rust-gix-0.64. Replace rust-snapbox-0.4 with 0.6. [inputs]: Add libgit2-1.8. Remove libgit2-1.7. Change-Id: I43ca72ecb0c0b0ca486914c22b4f2b060baf5954
Diffstat (limited to 'gnu/tests/sddm.scm')
0 files changed, 0 insertions, 0 deletions
b0a0c69539af617c27ba37654beed44619 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 2022-12-10installer: Detect mapped installation devices....Fixes: <https://issues.guix.gnu.org/59823> * gnu/installer/parted.scm (mapped-device?, mapped-device-parent-partition): New procedures. (eligible-devices): Detect mapped installation devices using the new procedures. Mathieu Othacehe 2022-10-31installer: parted: Retry failing read-partition-uuid call....Fixes: <https://issues.guix.gnu.org/53541>. * gnu/installer/parted.scm (read-partition-uuid/retry): New procedure. (check-user-partitions): Use it. Mathieu Othacehe 2022-09-22installer: Ensure luks devices are open when mounting partitions....Partially-Fixes: <https://issues.guix.gnu.org/57983> * gnu/installer/parted.scm (luks-ensure-open): New procedure. (unmount-user-partitions): Ensure luks devices are open. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-09-22installer: Move <secret> to utils and use it for crypt passwords....* gnu/installer/user.scm (<secret>, secret?, make-secret, secret-content): Move to utils.scm. * gnu/installer/utils.scm (<secret>, secret?, make-secret, secret-content): Moved from user.scm. * gnu/installer/newt/partition.scm (prompt-luks-passwords): Make password a <secret>. * gnu/installer/parted.scm (luks-format-and-open): Unwrap secret. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-09-01installer: Fix segfault on double logical partition removal....* gnu/installer/parted.scm (auto-partition!): Avoid removing logical partitions twice. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret