guix-commits
[Top][All Lists]
Advanced

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

branch master updated: sysadmin: web: Use latest Guile to generate the w


From: Mathieu Othacehe
Subject: branch master updated: sysadmin: web: Use latest Guile to generate the website.
Date: Mon, 06 Jul 2020 05:39:46 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new c254470  sysadmin: web: Use latest Guile to generate the website.
c254470 is described below

commit c25447056b2f696372e2fe2216da5e5a8894dd28
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Mon Jul 6 11:35:07 2020 +0200

    sysadmin: web: Use latest Guile to generate the website.
    
    * hydra/modules/sysadmin/web.scm (build-program): Use the latest Guile as we
    are including Guix modules, which are compiled with a later Guile than the 
one
    used by "program-file".
---
 hydra/modules/sysadmin/web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index db9f716..7516269 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -109,7 +109,8 @@ that's built with Haunt or similar."
                   (built-derivations (list drv))
                   (root-installed drv #$root))))))))
 
-  (program-file name build))
+  (program-file name build
+                #:guile guile-3.0-latest))
 
 
 ;;;



reply via email to

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