diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-14 03:05:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-16 01:15:04 +0100 |
commit | 58649b87470b3eaaa3c7f28656e125ae087b3186 (patch) | |
tree | afd90df8e3d6074be037aefd2f537435c116077b /doc | |
parent | db5907138cbf9139e885fa4b3860d604aff0be9c (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 1 insertions, 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 ;; ... |