[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: services: guix-build-coordinator: Include the system profile in P
From: |
guix-commits |
Subject: |
04/10: services: guix-build-coordinator: Include the system profile in PATH. |
Date: |
Fri, 23 Oct 2020 10:41:38 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit ced9da901f7e58fced9a822e8cdf44e394bc4d2f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Oct 22 14:37:14 2020 +0100
services: guix-build-coordinator: Include the system profile in PATH.
As this allows hooks to use the system profile, if that's desired.
* gnu/services/guix.scm (guix-build-coordinator-shepherd-services): Set PATH
to include the system profile.
---
gnu/services/guix.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 1666733..ac2a031 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -267,7 +267,8 @@
#:environment-variables
`(,(string-append
"GUIX_LOCPATH=" #$glibc-utf8-locales "/lib/locale")
- "LC_ALL=en_US.utf8")
+ "LC_ALL=en_US.utf8"
+ "PATH=/run/current-system/profile/bin") ; for hooks
#:log-file "/var/log/guix-build-coordinator/coordinator.log"))
(stop #~(make-kill-destructor))))))
- branch master updated (cc97895 -> 69e08c1), guix-commits, 2020/10/23
- 01/10: services: guix: Fix hooks gexp issue for the Guix Build Coordinator., guix-commits, 2020/10/23
- 04/10: services: guix-build-coordinator: Include the system profile in PATH.,
guix-commits <=
- 08/10: gnu: guix-build-coordinator: Fix indentation., guix-commits, 2020/10/23
- 03/10: services: guix-build-coordinator: Output the start script name., guix-commits, 2020/10/23
- 10/10: gnu: guix-build-coordinator: Update to 0-4.d38698d., guix-commits, 2020/10/23
- 02/10: gnu: guix-build-coordinator: Ensure gnutls is available., guix-commits, 2020/10/23
- 05/10: services: guix-build-coordinator: Configure output buffering., guix-commits, 2020/10/23
- 06/10: services: guix: Fix the guix-build-coordinator metrics namespace., guix-commits, 2020/10/23
- 07/10: gnu: guix-build-coordinator: Propagate the guile inputs., guix-commits, 2020/10/23
- 09/10: gnu: guix-build-coordinator: Switch to guile-json-4., guix-commits, 2020/10/23