aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-11-17 03:50:09 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-24 12:31:21 +0100
commit3a15509cb62170161d2641180de4c32c557f9172 (patch)
tree3a9b58cdec84eaa07563e162f283a60eee9181fe /gnu/packages/aux-files
parent0d9a766fa783a32b74b20d6fc3d867ecddd5229a (diff)
downloadguix-3a15509cb62170161d2641180de4c32c557f9172.tar.gz
guix-3a15509cb62170161d2641180de4c32c557f9172.zip
gnu: r-dittoseq: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-dittoseq): Update to 1.10.0.
Diffstat (limited to 'gnu/packages/aux-files')
0 files changed, 0 insertions, 0 deletions
es 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 2020-12-11install: Discover local substitute servers....* gnu/installer/substitutes.scm: New file. * gnu/installer/newt/substitutes.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add them. * po/guix/POTFILES.in: Add gnu/installer/newt/substitutes.scm. * gnu/installer/proxy.scm (with-silent-shepherd): Move to ... * gnu/installer/utils.scm: ... here. * gnu/installer/record.scm (<installer>)[substitutes-page]: New field. * gnu/installer/newt.scm (substitutes-page): New procedure, (newt-installer): register it. * gnu/installer.scm (installer-steps): Add "substitutes-page" step. * gnu/system/install.scm (%installation-services): Add avahi-service-type and enable substitute server discover in guix-service-type. [<name-service-switch>]: Set it to %mdns-host-lookup-nss. Mathieu Othacehe 2020-11-17installer: Fix device synchronization....Reported by Florian Pelz: https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00326.html. * gnu/installer/utils.scm (call-with-time): New procedure, (let/time): new macro. * gnu/installer/parted.scm (with-delay-device-in-use?): Increase the retry count to 16. (non-install-devices): Remove the call to with-delay-device-in-use? as it doesn't return the expected result, and would block much longer now. (free-parted): Log the time required to sync each device. Mathieu Othacehe