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.
master
parent
db5907138c
commit
58649b8747
|
@ -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
|
||||
;; ...
|
||||
|
|
Reference in New Issue