mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
68a5cdc117
commit
571509d5fa
1 changed files with 1 additions and 1 deletions
|
@ -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<?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue