Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed Dec 7, 2024
1 parent 7f07b63 commit a6a1704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guix/rustup/build/toolchain.scm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@
cross-sources))))

(when (null? all-sources)
(error "Channel is too old, try to add 'rust to args components"))
(raise (formatted-message
(G_ "Channel is too old, try to add 'rust to args components, was given: ~a")
channel-str)))

(define hashed-binary-urls (map (lambda (source)
(apply hashed-binary-url
Expand Down

0 comments on commit a6a1704

Please sign in to comment.