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
|
(begin
|
||||||
(simple-format
|
(simple-format
|
||||||
(current-error-port)
|
(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)
|
(package-name package)
|
||||||
|
system-target-pair
|
||||||
key
|
key
|
||||||
args)
|
args)
|
||||||
#f)))))
|
#f)))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue