guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: hydra/build-machines: Use Guile 3.0 load path.


From: Ricardo Wurmus
Subject: 01/02: hydra/build-machines: Use Guile 3.0 load path.
Date: Fri, 5 Jun 2020 03:42:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 59b2db11a6e6a5f30157d3048b5b25a3bf890fd3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 5 09:39:33 2020 +0200

    hydra/build-machines: Use Guile 3.0 load path.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
    Set global load path to Guile 3.0 directories.
---
 hydra/modules/sysadmin/build-machines.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 32ba2c4..79ddefd 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -136,10 +136,10 @@ EMULATED-ARCHITECTURES, unless it's empty."
      (cons* (simple-service 'guile-load-path-in-global-env
                             session-environment-service-type
                             `(("GUILE_LOAD_PATH"
-                               . 
"/run/current-system/profile/share/guile/site/2.2")
+                               . 
"/run/current-system/profile/share/guile/site/3.0")
                               ("GUILE_LOAD_COMPILED_PATH"
-                               . ,(string-append 
"/run/current-system/profile/lib/guile/2.2/site-ccache:"
-                                                 
"/run/current-system/profile/share/guile/site/2.2"))))
+                               . ,(string-append 
"/run/current-system/profile/lib/guile/3.0/site-ccache:"
+                                                 
"/run/current-system/profile/share/guile/site/3.0"))))
             (agetty-service (agetty-configuration
                              (tty "ttyS1")
                              (baud-rate "9600")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]