services: localed: Properly handle lack of a 'keyboard-layout'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 5 Apr 2019 15:43:22 +0000 (17:43 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 5 Apr 2019 15:55:50 +0000 (17:55 +0200)
commit3ef3bdf1cd52965457c6664e15d03dc6370925b0
tree4a52b7e35379f0d160bb6f8284e3e35b2729dfb9
parent0cf981a6066711f6e830a3f1d40f7c265b0bac94
services: localed: Properly handle lack of a 'keyboard-layout'.

Fixes a type error when KEYBOARD-LAYOUT is #f.

* gnu/services/xorg.scm (localed-dbus-service): Return the empty list
when KEYBOARD-LAYOUT is #f.
gnu/services/xorg.scm