aboutsummaryrefslogtreecommitdiff
path: root/tests/gremlin.scm
diff options
context:
space:
mode:
authorJohn Soo <jsoo1@asu.edu>2020-04-10 21:19:29 -0700
committerLeo Famulari <leo@famulari.name>2020-05-29 10:44:33 -0400
commit798a2df47f7f84e2cda2c110b6afb6610ee04583 (patch)
tree227f8d2a82d22a6bd504844ce325ff0b1ea15b67 /tests/gremlin.scm
parent2fad2bf7d7becc64a32082392e3499e6a27cda72 (diff)
downloadguix-798a2df47f7f84e2cda2c110b6afb6610ee04583.tar.gz
guix-798a2df47f7f84e2cda2c110b6afb6610ee04583.zip
gnu: Add ghc-repline.
* gnu/packages/haskell-xyz.scm (ghc-repline): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'tests/gremlin.scm')
0 files changed, 0 insertions, 0 deletions
staller-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 2024-11-11installer: Use "partitioning-page" consistently....Having `partition-page' function call `RUN-partititionING-page' where all other proxy functions call `RUN-<name>' hurts my brain while refactoring. * gnu/installer/record.scm (<installer>)[partition-page]: Rename to... [partitioning-page]: ...this. * gnu/installer/newt.scm (partitioning-page, newt-installer): Update accordingly. * gnu/installer.scm (installer-steps): Update accordingly. Change-Id: I6b2f3459a3d0a7a89260224b7d8438676e3411ba Janneke Nieuwenhuizen