From 571509d5fa12bf1040b4a4b2eea5495749ff24da Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 3 Sep 2025 17:50:37 +0200 Subject: [PATCH] size: Improve error message. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes guix/guix#2429 * guix/scripts/size.scm (file-size): Improve error message. Change-Id: I0e0f6de1eded8a780d2edc07ce1fbc5c7ff73e25 Signed-off-by: Ludovic Courtès --- guix/scripts/size.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm index 8a8676a16f1..d502a82e26c 100644 --- a/guix/scripts/size.scm +++ b/guix/scripts/size.scm @@ -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