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
This commit is contained in:
Christopher Baines 2025-03-02 10:23:31 +00:00
parent 6ae0319ca7
commit b902204649
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1720,6 +1720,8 @@ outputs of those builds.")
guile-gnutls guile-gnutls
bash-minimal bash-minimal
(libc-utf8-locales-for-target))) (libc-utf8-locales-for-target)))
(propagated-inputs
'())
(description (description
"The Guix Build Coordinator helps with performing lots of builds across "The Guix Build Coordinator helps with performing lots of builds across
potentially many machines, and with doing something with the results and potentially many machines, and with doing something with the results and