mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
doc: Remove obsolete example module import.
This follows up on commit a247f5c753
.
* doc/guix.texi (X Window): Remove unused (srfi srfi-1) from
the modify-services example.
This commit is contained in:
parent
db5907138c
commit
58649b8747
1 changed files with 1 additions and 2 deletions
|
@ -18651,8 +18651,7 @@ and tty8.
|
|||
@lisp
|
||||
(use-modules (gnu services)
|
||||
(gnu services desktop)
|
||||
(gnu services xorg)
|
||||
(srfi srfi-1)) ;for 'remove'
|
||||
(gnu services xorg))
|
||||
|
||||
(operating-system
|
||||
;; ...
|
||||
|
|
Loading…
Reference in a new issue