aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/clitest-grep-compat.patch
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-09 22:24:56 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-10-09 22:44:47 +0200
commitf0e048576f6831c30c3d3eba59a10fed06131514 (patch)
tree9a3e59ca33eb9ab9029907e892ea442e38f94f2f /gnu/packages/patches/clitest-grep-compat.patch
parent591ffaede3787e19b95a814134622c30f97607f9 (diff)
downloadguix-f0e048576f6831c30c3d3eba59a10fed06131514.tar.gz
guix-f0e048576f6831c30c3d3eba59a10fed06131514.zip
gnu: r-htmltools: Update to 0.5.6.1.
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.6.1.
Diffstat (limited to 'gnu/packages/patches/clitest-grep-compat.patch')
0 files changed, 0 insertions, 0 deletions
orking-cbt-page, run-other-services-cbt-page, run-network-management-page) * gnu/installer/newt/timezone.scm (run-timezone-page) * gnu/installer/newt/user.scm (run-user-page) * gnu/installer/newt/welcome.scm (run-menu-page) * gnu/installer/newt/wifi.scm (run-wifi-page): Use the 'installer-step prompt to abort. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-02-02installer: Use new installer-log-line everywhere.Josselin Poiret * gnu/installer.scm (installer-program) * gnu/installer/final.scm (install-locale) * gnu/installer/newt.scm (init) * gnu/installer/newt/final.scm (run-final-page) * gnu/installer/newt/page.scm (run-form-with-clients) * gnu/installer/newt/partition.scm (run-partitioning-page) * gnu/installer/parted.scm (eligible-devices, mkpart, luks-format-and-open, luks-close, mount-user-partitions, umount-user-partitions, free-parted): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-01-14installer: Ignore small devices.Mathieu Othacehe Filter the devices that are smaller than 2GiB in the device selection list. * gnu/installer/parted.scm (%min-device-size): New variable. (non-install-devices): Rename it ... (eligible-devices): ... this way. Filter the install device as well as the small devices. * gnu/installer/newt/partition.scm (run-partitioning-page): Adapt it. 2021-10-21installer: Reorder file system type listbox.Tobias Geerinckx-Rice Recommending ext4 over btrfs is probably ill-advised nowadays. See the regular bug reports about running out of /gnu/store directory entries, for which the documented fix then breaks booting with GRUB. Instead, just list regular file systems alphabetically. We can bikeshed bcachefs later ;-) Move second-class file systems like NTFS to their own section at the end of the list. * gnu/packages/package-management.scm (run-fs-type-page): Reorder the LISTBOX-ITEMS. 2021-09-23installer: Support XFS.Tobias Geerinckx-Rice * gnu/installer/newt/partition.scm (run-fs-type-page): Add ‘xfs’ to the list box. * gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type) (partition-filesystem-user-type): Add ‘xfs’ mapping. (create-xfs-file-system): New procedure. (format-user-partitions): Use it. * gnu/installer.scm (set-installer-path): Add xfsprogs. 2021-06-29installer: Fix crash when deleting a free space partition.Mathieu Othacehe Fixes: <https://issues.guix.gnu.org/49126>. * gnu/installer/newt/partition.scm (run-disk-page): Fix the return value when removing a free space partition. 2021-06-12installer: Check partitions UUIDs.Mathieu Othacehe * gnu/installer/parted.scm (&cannot-read-uuid): New condition. (cannot-read-uuid?, cannot-read-uuid-partition): New procedures. (check-user-partitions): Check that all user-partitions have a valid UUID, raide the above condition otherwise. * gnu/installer/newt/partition.scm (run-disk-page): Run an error page if the &cannot-read-uuid condition is raised. 2021-06-12installer: Print user partitions.Mathieu Othacehe * gnu/installer/newt/partition.scm (run-partitioning-page): Print user-partitions to syslog. 2021-04-28installer: Force GPT disk label when UEFI is supported.Mathieu Othacehe * gnu/installer/newt/partition.scm (run-label-page): Force the GPT disk label when UEFI is supported.