me
/
guix
Archived
1
0
Fork 0

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
Christopher Baines 2023-05-17 14:47:35 +01:00
parent 90675cbe35
commit 0540f4e20d
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 0 additions and 7 deletions

View File

@ -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