guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: doc: Remove obsolete example module import.


From: guix-commits
Subject: 01/02: doc: Remove obsolete example module import.
Date: Mon, 15 Nov 2021 19:15:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 58649b87470b3eaaa3c7f28656e125ae087b3186
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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
   ;; ...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]