diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-13 22:15:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-13 22:15:41 +0200 |
commit | 8e59fdd53bbc3eba75328e1e1a329291fcedc0bc (patch) | |
tree | 7b3c3b7de043e98e4155ad6796d3a5bebbeaa03d /NEWS | |
parent | 3f1e69395cbfaad80710bdfbef433c26aa216271 (diff) | |
download | guix-8e59fdd53bbc3eba75328e1e1a329291fcedc0bc.tar guix-8e59fdd53bbc3eba75328e1e1a329291fcedc0bc.tar.gz |
guix gc: Add `--requisites'.
* guix/scripts/gc.scm (show-help, %options): Add `--requisites'.
(guix-gc): Handle it.
* doc/guix.texi (Invoking guix gc): Document `--requisites'.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ See the manual for details. This option instructs to fall back to local builds when the substituter fails to download a substitute. +*** New ‘--requisites’ option for “guix gc” + +See the manual for details. + ** Bugs fixed *** “guix --help” now works when using Guile 2.0.5 *** Binary substituter multi-threading and pipe issues fixed |