size: Improve error message. Fixes guix/guix#2429 * guix/scripts/size.scm (file-size): Improve error message. Change-Id: I0e0f6de1eded8a780d2edc07ce1fbc5c7ff73e25 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 1 deletions(-) M guix/scripts/size.scm
M guix/scripts/size.scm => guix/scripts/size.scm +1 -1
@@ 67,7 67,7 @@ if ITEM is not in the store." ;; The nar size is an approximation, but a good one. (return (substitutable-nar-size info))) (() (leave (G_ "no available substitute information for '~a'~%") (leave (G_ "no local build or substitute available for '~a'~%") item))))))) (define profile-closure<?