From 58649b87470b3eaaa3c7f28656e125ae087b3186 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 14 Nov 2021 03:05:34 +0100 Subject: [PATCH] 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 ea0c51d11a..debdb166e4 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 ;; ...