aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/games.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-10-08 20:10:07 -0500
committerjgart <jgart@dismail.de>2024-10-08 20:10:07 -0500
commite4168642590f0bae9c4f1652572b919390c04154 (patch)
tree743211dfd8016ffd513b30c1170131f088244745 /gnu/services/games.scm
parentb688084584d9dba2f2e1b8e497711ccfd0f787e4 (diff)
downloadguix-e4168642590f0bae9c4f1652572b919390c04154.tar.gz
guix-e4168642590f0bae9c4f1652572b919390c04154.zip
gnu: lem: Update to 80ab76c.
* gnu/packages/text-editors.scm (lem): Update to 80ab76c. Change-Id: I6bb189dbf232d28d85ca6961a76ddf3cd1720de3
Diffstat (limited to 'gnu/services/games.scm')
0 files changed, 0 insertions, 0 deletions
f114dbf02'>installer: Remove specific logging code....* gnu/installer/final.scm (install-system): Remove command logging to syslog, as this is taken care of by the new facilities. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-02-02installer: Keep PATH inside the install container....* gnu/installer/final.scm (install-system): Set PATH inside the container. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-02-02installer: Use new installer-log-line everywhere....* gnu/installer.scm (installer-program) * gnu/installer/final.scm (install-locale) * gnu/installer/newt.scm (init) * gnu/installer/newt/final.scm (run-final-page) * gnu/installer/newt/page.scm (run-form-with-clients) * gnu/installer/newt/partition.scm (run-partitioning-page) * gnu/installer/parted.scm (eligible-devices, mkpart, luks-format-and-open, luks-close, mount-user-partitions, umount-user-partitions, free-parted): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret