aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/user.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-14 07:06:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-14 07:07:04 +0200
commitea607b355169158fefa796cabb3add66aac7301d (patch)
tree3b012af5ce16cf667a77b3d1b2572a116350061f /gnu/installer/user.scm
parent7059f925ea94ee27a6c9dc8cc1d22bbbc1c0a568 (diff)
downloadguix-ea607b355169158fefa796cabb3add66aac7301d.tar.gz
guix-ea607b355169158fefa796cabb3add66aac7301d.zip
gnu: kawa: Wrap to find java.
* gnu/packages/kawa.scm (kawa)[arguments]: Add ‘wrap-kawa’ phase to set JAVA_HOME.
Diffstat (limited to 'gnu/installer/user.scm')
0 files changed, 0 insertions, 0 deletions
4b9351a03da2415e26126b6418c'>installer: Add an "Edit" button on the final page....Fixes <https://bugs.gnu.org/36885>. Reported by <lukasbf@tutanota.com>. * gnu/installer/newt/page.scm (edit-file): New procedure. (run-file-textbox-page): Add #:edit-button? and #:editor-locale parameters. Remove 'file-text' and add 'edit-button', and add it to the horizontal stacked grid when EXIT-BUTTON? is true. Wrap body in 'loop'. Handle case where ARGUMENT is EDIT-BUTTON by calling 'loop'. * gnu/installer/newt/final.scm (run-config-display-page): Add #:locale parameter. Pass #:edit-button? and #:editor-locale to 'run-file-textbox-page'. (run-final-page): Pass LOCALE to 'run-config-display-page'. Ludovic Courtès 2020-01-05installer: Add JFS support....* gnu/installer/newt/partition.scm (run-fs-type-page): Add ‘jfs’ to the list box. * gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type) (partition-filesystem-user-type): Add ‘jfs’ mapping (create-jfs-file-system): New procedure. (format-user-partitions): Use it. * gnu/installer.scm (set-installer-path): Add jfsutils. Tobias Geerinckx-Rice 2020-01-05installer: Fix typo....* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring. Tobias Geerinckx-Rice 2019-12-29installer: Pass '--fallback' to 'guix system init'....Fixes <https://bugs.gnu.org/38608>. Reported by Nathan Dehnel <ncdehnel@gmail.com>. * gnu/installer/final.scm (install-system): Pass '--fallback' to 'guix system init'. Ludovic Courtès