diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-05-01 15:51:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-01 16:38:30 +0200 |
commit | 6d1a5e5ffdbb7d15ffad7918213d96ee8c6e9164 (patch) | |
tree | 885032e6d249516082843cd3c3073329d25e891c /doc | |
parent | f4322542378e010c41c267d62300b6ebbdb01fe4 (diff) | |
download | patches-6d1a5e5ffdbb7d15ffad7918213d96ee8c6e9164.tar patches-6d1a5e5ffdbb7d15ffad7918213d96ee8c6e9164.tar.gz |
refresh: Report packages using the "@" syntax.
* guix/scripts/refresh.scm (list-dependents)[full-name]: New procedure.
Use 'full-name' instead of 'package-full-name'.
* doc/guix.texi (Invoking guix refresh): Adjust example accordingly.
Diffstat (limited to 'doc')
-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 957ce2bab3..9f63413bbf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5852,7 +5852,7 @@ an upgrade. More rebuilds might be required under some circumstances. @example $ guix refresh --list-dependent flex Building the following 120 packages would ensure 213 dependent packages are rebuilt: -hop-2.4.0 geiser-0.4 notmuch-0.18 mu-0.9.9.5 cflow-1.4 idutils-4.6 @dots{} +hop@@2.4.0 geiser@@0.4 notmuch@@0.18 mu@@0.9.9.5 cflow@@1.4 idutils@@4.6 @dots{} @end example The command above lists a set of packages that could be built to check |