aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-build-coordinator/agent.scm')
-rw-r--r--guix-build-coordinator/agent.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-build-coordinator/agent.scm b/guix-build-coordinator/agent.scm
index 683f501..8c038ab 100644
--- a/guix-build-coordinator/agent.scm
+++ b/guix-build-coordinator/agent.scm
@@ -97,7 +97,8 @@
(define (process-job build)
(let ((build-id (assoc-ref build "uuid"))
- (derivation-name (assoc-ref build "derivation-name")))
+ (derivation-name (or (assoc-ref build "derivation_name")
+ (assoc-ref build "derivation-name"))))
(log-msg lgr 'INFO
build-id
": setting up to build: "