Include the package version in the "error when computing" messages
As this helps when there are lots of packages with the same name.
This commit is contained in:
parent
052cf7580c
commit
ff32aa899e
1 changed files with 2 additions and 1 deletions
|
|
@ -517,8 +517,9 @@
|
|||
(lambda args
|
||||
(simple-format
|
||||
(current-error-port)
|
||||
"warning: error when computing ~A derivation for system ~A (~A): ~A\n"
|
||||
"warning: error when computing ~A@~A derivation for system ~A (~A): ~A\n"
|
||||
(package-name package)
|
||||
(package-version package)
|
||||
system
|
||||
(or target "no target")
|
||||
args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue