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
|
(lambda args
|
||||||
(simple-format
|
(simple-format
|
||||||
(current-error-port)
|
(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-name package)
|
||||||
|
(package-version package)
|
||||||
system
|
system
|
||||||
(or target "no target")
|
(or target "no target")
|
||||||
args)
|
args)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue