diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-11-13 11:34:51 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-13 11:36:28 +0100 |
commit | a0fea77dbb028c11f1d47813617ce45e38c9e233 (patch) | |
tree | e6a8d2afa731e00b9c5c757d949c5a6aa6d0db20 /doc | |
parent | b918473189825d53ec48215e3ee8bcbb24682f73 (diff) | |
download | patches-a0fea77dbb028c11f1d47813617ce45e38c9e233.tar patches-a0fea77dbb028c11f1d47813617ce45e38c9e233.tar.gz |
services: guix: Remove dependency on 'lsof'.
This is a followup to b8f59cdc20e9d83ce63523ef917e95fcee07f134:
'list-runtime-roots' no longer depends on 'lsof'.
* gnu/services/base.scm (<guix-configuration>)[lsof]: Remove.
(guix-shepherd-service): Adjust accordingly.
* doc/guix.texi (Base Services): Adjust accordingly.
* gnu/system.scm (%base-packages): Remove LSOF.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0bc2be1fd1..098ff5e543 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9830,9 +9830,6 @@ List of extra command-line options for @command{guix-daemon}. File where @command{guix-daemon}'s standard output and standard error are written. -@item @code{lsof} (default: @var{lsof}) -The lsof package to use. - @item @code{http-proxy} (default: @code{#f}) The HTTP proxy used for downloading fixed-output derivations and substitutes. |