aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
diff options
context:
space:
mode:
authorZheng Junjie <873216071@qq.com>2023-07-12 11:54:12 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-02 22:27:39 +0800
commitb5ed7b2201b8ca25f90a53e07edd529b4cba2d7c (patch)
treeb99b80e61b9815cbe13a35ba882ddbb0d992a446 /gnu/packages/databases.scm
parent4a33532b4f80da7b65d22366e98687358cee6710 (diff)
downloadguix-b5ed7b2201b8ca25f90a53e07edd529b4cba2d7c.tar.gz
guix-b5ed7b2201b8ca25f90a53e07edd529b4cba2d7c.zip
gnu: kwidgetsaddons: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/databases.scm')
0 files changed, 0 insertions, 0 deletions
n-final-page): Rename to... (run-final-page-install): ...this. (dry-run-final-page, run-final-page): New procedures. * gnu/installer/parted.scm (bootloader-configuration): Cater for empty user partitions. * gnu/installer/utils.scm (dry-run-command): New procedure. * gnu/installer.scm (compute-locale-step): Add #:dry-run? parameter. Use it to avoid actually applying locale. (compute-keymap-step): Add dry-run? parameter. Pass it to keymap-page. (installer-program): Add #:dry-run? parameter. If #:true avoid writing to /proc, use dry-run-command, skip sync and reboot, and pass dry-run? to... (installer-steps): ...here. Add #:dry-run? parameter. Use it to disable skip network, substitutes, partitioning pages, and pass it to... compute-locale-step, compute-keymap-step, and final-page. Change-Id: I0ff4c3b0a0c69539af617c27ba37654beed44619 Janneke Nieuwenhuizen