aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lout.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2015-03-12 13:42:39 -0500
committerEric Bavier <bavier@member.fsf.org>2015-03-12 15:55:56 -0500
commit9acf97f2fb80fa7465fab068bcf2704557c0aafa (patch)
tree5a351155e6ecd30ad10ca958f2a23f0db6aedc53 /gnu/packages/lout.scm
parentd8450272096145aeb351f96c8761ae22fe3589b5 (diff)
downloadguix-9acf97f2fb80fa7465fab068bcf2704557c0aafa.tar.gz
guix-9acf97f2fb80fa7465fab068bcf2704557c0aafa.zip
gnu: perl-uri: Update to 1.67.
* gnu/packages/web.scm (perl-uri): Update to 1.67. [source]: Update mirror uri. [home-page]: Point to distribution uri.
Diffstat (limited to 'gnu/packages/lout.scm')
0 files changed, 0 insertions, 0 deletions
.scm (run-listbox-selection-page, run-checkbox-tree-page) * gnu/installer/newt/partition.scm (button-exit-action) * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page, run-networking-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-02-02installer: Add crash dump upload support.Mathieu Othacehe Suggested-by: Josselin Poiret <dev@jpoiret.xyz> * gnu/installer/dump.scm: New file. * gnu/installer/newt/dump.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add them. * gnu/installer/record.scm (<installer>)[dump-page]: New field. * gnu/installer/steps.scm (%current-result): New variable. (run-installer-steps): Update it. * gnu/installer.scm (installer-program): Add tar and gip to the installer path. Add guile-webutils and gnutls to the Guile extensions. Generate and send the crash dump report. * gnu/installer/newt.scm (exit-error): Add a report argument. Display the report id. (dump-page): New procedure. (newt-installer): Update it. 2021-07-04installer: Unconditionally import (gnu services cups) in config.scm.Tobias Geerinckx-Rice * gnu/installer/steps.scm (format-configuration): Add cups to the list of GNU service modules. 2021-04-14installer: Internationalize comment of the generated config.Ludovic Courtès * gnu/installer/steps.scm (configuration->file): Pass the comment in the generated file through 'G_'.