From 1dca8a19ef5c6232cd1461e7a61f23ddd72bb973 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 2 Jan 2022 16:54:37 +0000 Subject: gnu: Add guix-build-coordinator/agent-only. This avoids issues where the coordinator component dependencies (like sqitch and guile-fibers) make it harder to use the agent. * gnu/packages/package-management.scm (guix-build-coordinator/agent-only): New variable. * gnu/services/guix.scm (): Use the guix-build-coordinator/agent-only package by default. * doc/guix.texi (Guix Services): Update accordingly. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index b72a3d1263..1d3dc424ae 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -33067,7 +33067,7 @@ Service type for a Guix Build Coordinator agent. Its value must be a Data type representing the configuration a Guix Build Coordinator agent. @table @asis -@item @code{package} (default: @code{guix-build-coordinator}) +@item @code{package} (default: @code{guix-build-coordinator-agent-only}) The Guix Build Coordinator package to use. @item @code{user} (default: @code{"guix-build-coordinator-agent"}) -- cgit v1.2.3