guix-commits
[Top][All Lists]
Advanced

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

05/05: sysadmin/web: Use Guile 3.0 variant of Guix for GWL.


From: Ricardo Wurmus
Subject: 05/05: sysadmin/web: Use Guile 3.0 variant of Guix for GWL.
Date: Sun, 15 Mar 2020 16:27:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 368c8ab61634d7a4e6c0ad5e768b818b86aa8b9a
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 15 21:26:18 2020 +0100

    sysadmin/web: Use Guile 3.0 variant of Guix for GWL.
    
    * hydra/modules/sysadmin/web.scm (gwl-web-shepherd-service)[wrapped-guix]:
    Wrap GWL execution in Guile 3.0 variant of Guix.
---
 hydra/modules/sysadmin/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index c957f72..3864aa1 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -212,7 +212,7 @@ taken from a Git repository.")))
                                             "/site-ccache:")
                                            'suffix))
                       (apply execl
-                             #$(file-append guix "/bin/guix")
+                             #$(file-append guile3.0-guix "/bin/guix")
                              (command-line)))))
 
   (with-imported-modules (source-module-closure



reply via email to

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