aboutsummaryrefslogtreecommitdiff
path: root/etc/openrc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-03-11 13:30:17 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-03-11 13:31:06 +0100
commit81a991b2f545ec1c9f49d7fb4544f24b4cc72cb3 (patch)
tree561e7f28f3bf841f7e9535f388213ca9cca49117 /etc/openrc
parentf28e3c281ade7f3883589dcf15986ccea0cf899c (diff)
downloadguix-81a991b2f545ec1c9f49d7fb4544f24b4cc72cb3.tar.gz
guix-81a991b2f545ec1c9f49d7fb4544f24b4cc72cb3.zip
gnu: r-flextable: Update to 0.9.5.
* gnu/packages/cran.scm (r-flextable): Update to 0.9.5. Change-Id: I0355bf1ee1231d57f389d6cecd1f7dc01beca7a0
Diffstat (limited to 'etc/openrc')
0 files changed, 0 insertions, 0 deletions
ias Geerinckx-Rice 2019-01-16services: avahi: Deprecate the 'avahi-service' procedure....* gnu/services/avahi.scm (<avahi-configuration>): Export getters. Add default values. (avahi-service-type)[default-value]: New field. (avahi-service): Mark as deprecated. * gnu/services/desktop.scm (%desktop-services): Use the 'service' form instead of calling 'avahi-service'. * gnu/tests/base.scm (%avahi-os): Likewise. * doc/guix.texi (Base Services): Adjust example accordingly. (Networking Services): Update accordingly. Ludovic Courtès 2018-02-19services: avahi: Publish '_workstation._tcp' by default....This reverts to the behavior of avahi-daemon prior to Avahi 0.7 (commit 550f4509acf2c0f67882260414b0bb2843e07465). * gnu/services/avahi.scm (<avahi-configuration>)[publish-workstation?]: New field. (configuration-file): Honor it. Ludovic Courtès 2018-02-19services: avahi: Read PID file from /run....* gnu/services/avahi.scm (%avahi-activation, avahi-shepherd-service): Use /run/avahi-daemon/ instead of /var/run/avahi-daemon/. This was the case since the switch to Avahi 0.7 (commit 550f4509acf2c0f67882260414b0bb2843e07465). Ludovic Courtès 2018-02-15gnu: nss-mdns: Update to 0.12.0....* gnu/packages/avahi.scm (nss-mdns): Update to 0.12 + patch. (nss-mdns-0.10.0): Remove. * gnu/services/avahi.scm (avahi-service-type): Use NSS-MDNS again. Ludovic Courtès 2018-02-09services: avahi: Default to nss-mdns 0.10....This works around <https://bugs.gnu.org/30396>. Reported by George myglc2 Clemmer <myglc2@gmail.com>. * gnu/packages/avahi.scm (nss-mdns-0.10): New variable. * gnu/services/avahi.scm (avahi-service-type): Use it. Ludovic Courtès