aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/idutils.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-22 13:44:56 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-22 13:54:46 +0100
commit2c5ea54d8932639ac0700913ade515088d4d1683 (patch)
treeaa7f139012430837d516c493439b712772ec98db /gnu/packages/idutils.scm
parentab9f9b582e510e3d1133ec29242e70fca1d2997a (diff)
downloadguix-2c5ea54d8932639ac0700913ade515088d4d1683.tar.gz
guix-2c5ea54d8932639ac0700913ade515088d4d1683.zip
gnu: r-tcgabiolinksgui-data: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-tcgabiolinksgui-data): Update to 1.22.0. Change-Id: Icb4d98fb51bea7d14500b84928c3cd8876161d7c
Diffstat (limited to 'gnu/packages/idutils.scm')
0 files changed, 0 insertions, 0 deletions
span>Ludovic Courtès 2020-04-17services: Move 'user-processes' to (gnu services shepherd)....* gnu/services/base.scm (%do-not-kill-file) (user-processes-shepherd-service, user-processes-service-type): Move to... * gnu/services/shepherd.scm: ... here. Ludovic Courtès 2020-04-15services: shepherd: Increase the PID file timeout to 30s....When running the installation image off a DVD, early I/O operations are extremely slow, to the point that something like dbus-daemon would need ~20s to start. This change works around the issue. Fixes <https://bugs.gnu.org/40572>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/services/shepherd.scm (shepherd-configuration-file): Set %pid-file-timeout to 30. Ludovic Courtès 2020-03-29services: shepherd: Mark '.go' derivations as non-substitutable....* gnu/services/shepherd.scm (scm->go): Pass #:options to 'computed-file'. Ludovic Courtès 2020-02-16services: shepherd: Spawn services with nothing but the PATH variable....Previously, services spawned with 'make-forkexec-constructor' & co. would all inherit the environment variables of PID 1, which includes things like 'BOOT_IMAGE'. This change resets it to the bare minimum. * gnu/services/shepherd.scm (shepherd-configuration-file): Add call to 'default-environment-variables'. Remove 'setenv' call. Ludovic Courtès 2019-10-06services: shepherd: Compile service files....This reduces resident memory for PID 1 from 29.8MiB to 28.7MiB right after boot on a bare-bones system (x86_64-linux). * gnu/services/shepherd.scm (scm->go): New procedure. (shepherd-configuration-file)[config]: Call it and use 'load-compiled' instead of 'primitive-load'. Ludovic Courtès