diff options
author | Christopher Baines <[email protected]> | 2025-03-02 10:23:31 +0000 |
---|---|---|
committer | Christopher Baines <[email protected]> | 2025-03-02 10:26:03 +0000 |
commit | b902204649b4cc76261d473469d37c526a8f72b5 (patch) | |
tree | 4f10b06c3afa8fadfd8c71bd47f104f61dbbe9eb | |
parent | 6ae0319ca7c45f70f587219b561020ba38d0babf (diff) |
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
-rw-r--r-- | gnu/packages/package-management.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |