diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-02-17 02:15:27 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-02-17 02:48:00 +0100 |
commit | 4e1efba42be72fe485bb0804ce2f2a03038800c8 (patch) | |
tree | ba94edcf1ba83fd2ab57e98340663552825322cc /gnu/services | |
parent | c8f1a49f0e623401dc14481bbc99ab4c6975ae80 (diff) | |
download | patches-4e1efba42be72fe485bb0804ce2f2a03038800c8.tar patches-4e1efba42be72fe485bb0804ce2f2a03038800c8.tar.gz |
services: xorg: Import (ice-9 rdelim).
* gnu/services/xorg.scm (xinitrc): Import (ice-9 rdelim).
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/xorg.scm | 1 |
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)) |