guix/gnu
Maxim Cournoyer f37ad658ea
services: ntp: Fix a crash when using legacy configuration.
Fixes issue #37504 (see: https://bugs.gnu.org/37504).

The bug was caused by the fact that destructuring an <ntp-configuration>
record using match would bind the 'servers' field without using the
compatibility accessor.

* gnu/services/networking.scm (ntp-shepherd-service): Replace `match-lambda'
by distinct `lambda' and `match' calls, so that the 'servers' field can be
generated by applying the `ntp-configuration-servers' procedure to the
configuration object.
2019-10-31 23:37:47 -04:00
..
bootloader
build
installer
machine
packages gnu: bitcoin-abc: Update to 0.20.4. 2019-11-01 00:17:55 +01:00
services services: ntp: Fix a crash when using legacy configuration. 2019-10-31 23:37:47 -04:00
system
tests
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk gnu: Add udiskie. 2019-10-30 17:53:11 +01:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm