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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in
index 17c8385..e97134e 100644
--- a/scripts/guix-build-coordinator.in
+++ b/scripts/guix-build-coordinator.in
@@ -892,7 +892,7 @@ tags:
(simple-format #t " derived priority: ~A\n"
(assoc-ref build "derived_priority"))
(let ((tags (assoc-ref build "tags")))
- (unless (eq? 0 (vector-length tags))
+ (unless (= 0 (vector-length tags))
(simple-format #t " tags:\n")
(vector-for-each
(lambda (_ tag)