diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-03-12 18:10:26 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-12 18:32:16 +0100 |
commit | 71bb485541328cdce214ada44be998570571bf36 (patch) | |
tree | 33cd5f5e7ca628443d2bc0de44ae100d0aae3128 /doc | |
parent | e0dbed64c530916ab600f193f5f6f6ad6177f7b3 (diff) | |
download | patches-71bb485541328cdce214ada44be998570571bf36.tar patches-71bb485541328cdce214ada44be998570571bf36.tar.gz |
weather: Add '--display-missing'.
* guix/scripts/weather.scm (report-server-coverage): Add
#:display-missing? and honor it.
(show-help, %options): Add "--display-missing".
(guix-weather): Pass #:display-missing? to 'report-server-coverage'.
* doc/guix.texi (Invoking guix weather): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4f8f7cfb2a..ca21857a31 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10860,6 +10860,9 @@ likewise for @code{qgpgme} and the 46 packages that depend on it. If you are a Guix developer, or if you are taking care of this build farm, you'll probably want to have a closer look at these packages: they may simply fail to build. + +@item --display-missing +Display the list of store items for which substitutes are missing. @end table @node Invoking guix processes |