mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
db5907138c
commit
58649b8747
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
;; ...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue