aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2023-06-02 10:46:19 +0400
committerAndrew Tropin <andrew@trop.in>2023-06-02 10:47:06 +0400
commit75bdd4b05253c0e6ca5399f60e424f0f00fdb673 (patch)
treeffb439f15917cc43720dddad1bc5e53f0ee2e6ae /gnu.scm
parentf9af75b2c34aab564c821b5bacebd8570777a535 (diff)
downloadguix-75bdd4b05253c0e6ca5399f60e424f0f00fdb673.tar.gz
guix-75bdd4b05253c0e6ca5399f60e424f0f00fdb673.zip
gnu: swaylock-effects: Update to 1.6.11.
* gnu/packages/wm.scm (swaylock-effects): Update to 1.6.11.
Diffstat (limited to 'gnu.scm')
0 files changed, 0 insertions, 0 deletions
staller without root privileges. Do something like ./pre-inst-env guix repl ,use (guix) ,use (gnu installer) (installer-program #:dry-run? #t) ,build $1 => "/gnu/store/...-installer-program" and run /gnu/store/...-installer-program * gnu/installer/newt.scm (locale-page): Add #:dry-run? parameter. (keymap-page): Likewise. * gnu/installer/newt/keymap.scm (run-keymap-page): Likewise. * gnu/installer/steps.scm (run-installer-steps): Likewise. Use it to skip writing to socket. * gnu/installer/newt/final.scm (run-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