aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-18 09:31:15 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-18 11:58:03 -0400
commit9e3a5ee417ea7fe9721be8804ff047e80c4f22ed (patch)
tree704b0ebc8fd2a883e1868e72f9aa4cee93822fd7 /gnu/packages/gcc.scm
parentd238188969b2ee827d966e79901a6b1fa364cd56 (diff)
downloadguix-9e3a5ee417ea7fe9721be8804ff047e80c4f22ed.tar.gz
guix-9e3a5ee417ea7fe9721be8804ff047e80c4f22ed.zip
gnu: python-babel: Reinstate previously failing tests.
* gnu/packages/python-xyz.scm (python-babel)[arguments]: Remove field. [home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/gcc.scm')
0 files changed, 0 insertions, 0 deletions
nu/installer/parted.scm (user-partitions->configuration): Introduce vertical space and a comment. * gnu/installer/services.scm (G_): New macro. (%system-services): Add comment for OpenSSH. (system-services->configuration): Add vertical space and comments. * gnu/installer/user.scm (users->configuration): Add comment. * gnu/installer/steps.scm (format-configuration): Add comment. (configuration->file): Expound leading comment. Pass #:format-comment to 'pretty-print-with-comments/splice'. Ludovic Courtès 2022-08-05installer: parted: Call set-system before set-flags....Parted 3.5 introduces the following regression: - partition-set-flag sets the BIOS_GRUB flag. The partition type is set to PARTITION_BIOS_GRUB_GUID. - partition-set-system resets the partition type to PARTITION_LINUX_DATA_GUID undoing what's done by partition-set-flag. To prevent it, reverse the call order. Fixes: <https://issues.guix.gnu.org/55549>. * gnu/installer/parted.scm (mkpart): Call partition-set-system before partition-set-flag. Mathieu Othacehe 2022-08-05installer: parted: Log partition flags....* gnu/installer/parted.scm (mkpart): Log them. Mathieu Othacehe