From 91882e6de6d24514751c7d1020444da4217e97d9 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 1 Jun 2020 19:23:22 +0100 Subject: Fix the missing tags argument in the queue builds script --- scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in index 12118de..bec84b6 100644 --- a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in +++ b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in @@ -139,7 +139,8 @@ priority #t #t - #t))) + #t + '()))) (let ((no-build-submitted-response (assoc-ref response "no-build-submitted"))) (if no-build-submitted-response -- cgit v1.2.3