[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: services: guix: Fix Guix Build Coordinator substitute urls bug.
From: |
guix-commits |
Subject: |
03/03: services: guix: Fix Guix Build Coordinator substitute urls bug. |
Date: |
Sat, 7 Nov 2020 15:56:51 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit f9000450b5c881b97a3d507372c19ff366e788ca
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Nov 7 20:34:48 2020 +0000
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.
---
gnu/services/guix.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 47a5e0a..88d23f7 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -354,7 +354,7 @@
#$@(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))