diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-19 23:39:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-19 23:57:19 +0100 |
commit | f78903f36308081eeea52223fb3f5dca5096baef (patch) | |
tree | 9ed2dd4d25627fa0b71e095016e5acf86ea517ad /doc | |
parent | 463995da0c8ae95654a6184c0a7ff0d1e0914c83 (diff) | |
download | guix-f78903f36308081eeea52223fb3f5dca5096baef.tar guix-f78903f36308081eeea52223fb3f5dca5096baef.tar.gz |
services: guix: Remove dependency on lsh.
* gnu/services/base.scm (<guix-configuration>)[lsh]: Remove.
(guix-shepherd-service): Remove lsh from 'PATH'.
* doc/guix.texi (Base Services): Adjust accordingly.
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 c2182093dd..7c37468cdf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8300,8 +8300,7 @@ The list of URLs where to look for substitutes by default. List of extra command-line options for @command{guix-daemon}. @item @code{lsof} (default: @var{lsof}) -@itemx @code{lsh} (default: @var{lsh}) -The lsof and lsh packages to use. +The lsof package to use. @end table @end deftp |