rekado pushed a commit to branch master
in repository maintenance.

commit 368c8ab61634d7a4e6c0ad5e768b818b86aa8b9a
Author: Ricardo Wurmus <[email protected]>
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