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:
Tobias Geerinckx-Rice 2021-11-14 03:05:34 +01:00
parent db5907138c
commit 58649b8747
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 2 deletions

View File

@ -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
;; ...