mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: xorg: Import (ice-9 rdelim).
* gnu/services/xorg.scm (xinitrc): Import (ice-9 rdelim).
This commit is contained in:
parent
c8f1a49f0e
commit
4e1efba42b
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue