mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6ae0319ca7
commit
b902204649
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue