cbaines pushed a commit to branch master
in repository guix.
commit b902204649b4cc76261d473469d37c526a8f72b5
Author: Christopher Baines <[email protected]>
AuthorDate: Sun Mar 2 10:23:31 2025 +0000
gnu: guix-build-coordinator/agent-only: Remove propagated-inputs.
Since this isn't intended as a library and it's important to have minimal
dependencies, e.g. no guile-fibers.
* gnu/packages/package-management.scm
(guix-build-coordinator/agent-only)[propagated-inputs]:
Set to '().
Change-Id: Icf0d8435f46f7de7ead23c9ea0b25a7e7c5d2ca0
---
gnu/packages/package-management.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index e7773b97aa..57f51e0635 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1720,6 +1720,8 @@ outputs of those builds.")
guile-gnutls
bash-minimal
(libc-utf8-locales-for-target)))
+ (propagated-inputs
+ '())
(description
"The Guix Build Coordinator helps with performing lots of builds across
potentially many machines, and with doing something with the results and