From b15be71ded7a178857ccabea37f000248385f514 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 11 Oct 2022 13:33:48 +0100 Subject: Fix missing list in queue builds script --- .../guix-build-coordinator-queue-builds-from-guix-data-service.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') 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 84d4acc..1f963da 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 @@ -220,8 +220,8 @@ ((key . revision) (value . ,commit)) ,@(if branch - `((key . branch) - (value . ,branch)) + `(((key . branch) + (value . ,branch))) '())))) (channel-instance-derivations-for-commit guix-data-service commit @@ -259,8 +259,8 @@ ((key . revision) (value . ,commit)) ,@(if branch - `((key . branch) - (value . ,branch)) + `(((key . branch) + (value . ,branch))) '()))))) unprocessed-package-derivations) (record-derivations-as-processed unprocessed-package-derivations)))) -- cgit v1.2.3