aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/unrtf.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-09-13 16:20:28 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-09-20 17:23:16 +0200
commitf80824fe0997f3e5d73ef16b8d42d248ce31cc69 (patch)
tree89f14ab11fec316b98f929899982586c51ba5316 /gnu/packages/unrtf.scm
parent8e54aafa3903b9bbf898170a86e4544db0ad23d3 (diff)
downloadguix-f80824fe0997f3e5d73ef16b8d42d248ce31cc69.tar.gz
guix-f80824fe0997f3e5d73ef16b8d42d248ce31cc69.zip
gnu: Add r-presto.
* gnu/packages/bioinformatics.scm (r-presto): New variable.
Diffstat (limited to 'gnu/packages/unrtf.scm')
0 files changed, 0 insertions, 0 deletions
staller/final.scm?id=c57ec6ed1ee5f2367833c3e11ae7074f114dbf02'>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 2022-01-14installer: Install the locale before mounting the cow-store....Fixes: <https://issues.guix.gnu.org/52831>. Make sure to install the en_US.utf8 fallback locale if the selected locale is not supported. * gnu/installer/final.scm (install-locale): New procedure. (install-system): Call it. Mathieu Othacehe 2022-01-14installer: Do not set the locale in run-command....Installing the locale inside the container, once the cow-store is mounted, causes the process to keep opened locale files that can later prevent the cow-store umount. * gnu/installer/utils.scm (run-command): Remove locale argument. * gnu/installer/final.scm (install-system): Adapt it. Mathieu Othacehe 2022-01-14installer: Remove an unused procedure....* gnu/installer/final.scm (kill-cow-users): Remove it. Mathieu Othacehe