diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-03-18 21:52:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-24 23:06:11 +0100 |
commit | 956607e34095e99235706e94b61376a4c7c497bf (patch) | |
tree | 5c2c4b7288f4d2f0a31e4508ba83c4c6091304dc /doc/guix.texi | |
parent | 8d058e7b1b1a409d3d9cc29c5650a98db4e78783 (diff) | |
download | guix-956607e34095e99235706e94b61376a4c7c497bf.tar guix-956607e34095e99235706e94b61376a4c7c497bf.tar.gz |
services: xorg: Remove unused #:guile parameter.
* gnu/services/xorg.scm (xorg-wrapper): Remove #:guile, which was unused.
(xorg-start-command): Likewise.
(xinitrc): Likewise.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index af74f7a636..5789b3b99b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13352,7 +13352,7 @@ type @code{<sddm-configuration>}. @end example @end deffn -@deffn {Scheme Procedure} xorg-start-command [#:guile] @ +@deffn {Scheme Procedure} xorg-start-command @ [#:modules %default-xorg-modules] @ [#:fonts %default-xorg-fonts] @ [#:configuration-file (xorg-configuration-file @dots{})] @ |