aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-build-coordinator.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guix-build-coordinator.in')
-rw-r--r--scripts/guix-build-coordinator.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in
index 77dd245..f36dc00 100644
--- a/scripts/guix-build-coordinator.in
+++ b/scripts/guix-build-coordinator.in
@@ -865,7 +865,11 @@ tags:
(lambda (index build)
(simple-format #t "~A: ~A\n" index (assoc-ref build "uuid"))
(simple-format #t " derivation name: ~A\n"
- (assoc-ref build "derivation-name"))
+ (assoc-ref build "derivation_name"))
+ (simple-format #t " priority: ~A\n"
+ (assoc-ref build "priority"))
+ (simple-format #t " derived priority: ~A\n"
+ (assoc-ref build "derived_priority"))
(let ((tags (assoc-ref build "tags")))
(unless (eq? 0 (vector-length tags))
(simple-format #t " tags:\n")