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.master
parent
90675cbe35
commit
0540f4e20d
|
@ -1501,13 +1501,6 @@ outputs of those builds.")
|
|||
(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
|
||||
|
|
Reference in New Issue