mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guix-build-coordinator-agent-only: Fix missing wrapping.
Remove the arguments so the arguments of the guix-build-coordinator package apply. * gnu/packages/package-management.scm (guix-build-coordinator/agent-only)[arguments]: Remove.
This commit is contained in:
parent
90675cbe35
commit
0540f4e20d
1 changed files with 0 additions and 7 deletions
|
@ -1501,13 +1501,6 @@ (define-public guix-build-coordinator/agent-only
|
|||
(package
|
||||
(inherit guix-build-coordinator)
|
||||
(name "guix-build-coordinator-agent-only")
|
||||
(arguments
|
||||
(list
|
||||
#:modules `(((guix build guile-build-system)
|
||||
#:select (target-guile-effective-version))
|
||||
,@%gnu-build-system-modules)
|
||||
#:imported-modules `((guix build guile-build-system)
|
||||
,@%gnu-build-system-modules)))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
autoconf
|
||||
|
|
Loading…
Reference in a new issue