summaryrefslogtreecommitdiff
path: root/gnu/services/xorg.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2018-02-17 02:15:27 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2018-02-17 02:48:00 +0100
commit4e1efba42be72fe485bb0804ce2f2a03038800c8 (patch)
treeba94edcf1ba83fd2ab57e98340663552825322cc /gnu/services/xorg.scm
parentc8f1a49f0e623401dc14481bbc99ab4c6975ae80 (diff)
downloadguix-patches-4e1efba42be72fe485bb0804ce2f2a03038800c8.tar
guix-patches-4e1efba42be72fe485bb0804ce2f2a03038800c8.tar.gz
services: xorg: Import (ice-9 rdelim).
* gnu/services/xorg.scm (xinitrc): Import (ice-9 rdelim).
Diffstat (limited to 'gnu/services/xorg.scm')
-rw-r--r--gnu/services/xorg.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 707dcb1c39..50af2408b1 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -318,6 +318,7 @@ desktop session from the system or user profile will be used."
(use-modules (ice-9 match)
(ice-9 regex)
(ice-9 ftw)
+ (ice-9 rdelim)
(srfi srfi-1)
(srfi srfi-26))