services: guix: Fix Guix Build Coordinator substitute urls bug.

* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Pass
the correct value as the --non-derivation-substitute-urls.
This commit is contained in:
Christopher Baines 2020-11-07 20:34:48 +00:00
parent 18bb73c695
commit f9000450b5
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -354,7 +354,7 @@ (define (guix-build-coordinator-agent-shepherd-services config)
#$@(if non-derivation-substitute-urls
#~(#$(string-append
"--non-derivation-substitute-urls="
(string-join derivation-substitute-urls " ")))
(string-join non-derivation-substitute-urls " ")))
#~())
#$@(map (lambda (system)
(string-append "--system=" system))