services: xorg: Import (ice-9 rdelim).

* gnu/services/xorg.scm (xinitrc): Import (ice-9 rdelim).
This commit is contained in:
Danny Milosavljevic 2018-02-17 02:15:27 +01:00
parent c8f1a49f0e
commit 4e1efba42b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -318,6 +318,7 @@ (define builder
(use-modules (ice-9 match)
(ice-9 regex)
(ice-9 ftw)
(ice-9 rdelim)
(srfi srfi-1)
(srfi srfi-26))