nckx pushed a commit to branch master
in repository guix.
commit 58649b87470b3eaaa3c7f28656e125ae087b3186
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Nov 14 03:05:34 2021 +0100
doc: Remove obsolete example module import.
This follows up on commit a247f5c7537df7e0c09051ba22d5c95eb08f48b9.
* doc/guix.texi (X Window): Remove unused (srfi srfi-1) from
the modify-services example.
---
doc/guix.texi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index ea0c51d..debdb16 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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
;; ...