Improve logging for error when computing derivation
This commit is contained in:
parent
af377a96b2
commit
273a2127ed
1 changed files with 2 additions and 1 deletions
|
|
@ -627,8 +627,9 @@
|
|||
(begin
|
||||
(simple-format
|
||||
(current-error-port)
|
||||
"error: while processing ~A ignoring error: ~A: ~A\n"
|
||||
"error: while processing ~A (~A) ignoring error: ~A: ~A\n"
|
||||
(package-name package)
|
||||
system-target-pair
|
||||
key
|
||||
args)
|
||||
#f)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue