diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-02 23:30:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-02 23:33:13 +0200 |
commit | 00554b2a0f4410e428de527c16c2b3bbe8daeb3a (patch) | |
tree | 44093f2bed2e4617bcfb0f5eda30a3402b00dd3c /guix/ui.scm | |
parent | 43dd92024ab54921fbf85285d04344cb2c6e77cc (diff) | |
download | gnu-guix-00554b2a0f4410e428de527c16c2b3bbe8daeb3a.tar gnu-guix-00554b2a0f4410e428de527c16c2b3bbe8daeb3a.tar.gz |
substitute-binary: Show the Nar size, when available.
* guix/scripts/substitute-binary.scm (guix-substitute-binary)["--substitute"]:
Show the Nar size, when available.
* guix/ui.scm (show-what-to-build): Add 'TODO'.
Diffstat (limited to 'guix/ui.scm')
-rw-r--r-- | guix/ui.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/ui.scm b/guix/ui.scm index 9251d73f18..720d01be02 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -242,6 +242,7 @@ available for download." (substitutable-path-info store download))))) download))) + ;; TODO: Show the installed size of DOWNLOAD. (if dry-run? (begin (format (current-error-port) |