aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-08-12 11:59:49 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-12 13:57:15 +0200
commit47b57ce5dc69a6ebc1c83adc1cbdd3621a28b155 (patch)
treeb41bf3ca58b956fcdc486d9b490d43dce6e0086d /gnu/installer
parent228a19727828a8f9593729d8da116b36d2ea530d (diff)
downloadguix-47b57ce5dc69a6ebc1c83adc1cbdd3621a28b155.tar.gz
guix-47b57ce5dc69a6ebc1c83adc1cbdd3621a28b155.zip
gnu: r-xml: Update to 3.99-0.5.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.5.
Diffstat (limited to 'gnu/installer')
0 files changed, 0 insertions, 0 deletions
e)[build]: Use GUILE-JSON-3. * guix/import/github.scm (fetch-releases-or-tags): Update docstring. (latest-released-version): Use 'assoc-ref' instead of 'hash-ref'. Pass the result of 'fetch-releases-or-tags' to 'vector->list'. * guix/import/launchpad.scm (latest-released-version): Likewise. 2019-05-15installer: Increase backtrace verbosity.Mathieu Othacehe * gnu/installer.scm (installer-program): Set terminal-width to 200 to make guile backtraces more verbose. 2019-05-14installer: Add btrfs-progs to PATH.Danny Milosavljevic * gnu/installer.scm (installer-program): Add btrfs-progs to PATH. 2019-05-13installer: Use 'glibc-supported-locales'.Ludovic Courtès The list of locales supported by glibc is now built from source. * gnu/installer/locale.scm (locale-string->locale): Add optional 'codeset' parameter and honor it. (supported-locales->locales): Rewrite to 'read' from SUPPORTED-LOCALES. * gnu/installer.scm (compute-locale-step): Pass the result of 'glibc-supported-locales' instead of the "aux-files/SUPPORTED" file. * gnu/installer/aux-files/SUPPORTED: Remove. * gnu/local.mk (dist_installer_DATA): Remove it. 2019-04-26installer: Actually reboot when the user presses "Reboot."Ludovic Courtès * gnu/installer/newt/final.scm (run-install-success-page): Return 'success. * gnu/installer.scm (installer-program): Check the result of the 'final step and reboot upon success. 2019-04-26installer: Run wrapped program with 'execl', not 'system'.Ludovic Courtès 'system' invokes /bin/sh, which is certainly not needed here. * gnu/installer.scm (installer-program): Use 'execl', not 'system'.