aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/monitoring.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-05 08:50:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-05 09:12:54 +0200
commit7c990fbcb3aa291189d4e453b92ee1a208dfc5d1 (patch)
tree6833e97edc2276fe989cefc7eaf5d861ebbad191 /gnu/services/monitoring.scm
parent02ec364cf62d79ca635ceb130a05e6f925c89091 (diff)
downloadguix-7c990fbcb3aa291189d4e453b92ee1a208dfc5d1.tar.gz
guix-7c990fbcb3aa291189d4e453b92ee1a208dfc5d1.zip
gnu: r-bioassayr: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-bioassayr): Update to 1.30.0.
Diffstat (limited to 'gnu/services/monitoring.scm')
0 files changed, 0 insertions, 0 deletions
staller/newt.scm (exit-error): Add a report argument. Display the report id. (dump-page): New procedure. (newt-installer): Update 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