guix-commits
[Top][All Lists]
Advanced

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

01/05: berlin: Use absolute file name in include.


From: Ricardo Wurmus
Subject: 01/05: berlin: Use absolute file name in include.
Date: Sun, 15 Mar 2020 16:27:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 14ce13cc2b80c8764eb10efbfb7557315c91e395
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 15 21:22:51 2020 +0100

    berlin: Use absolute file name in include.
    
    * hydra/berlin.scm: Replace relative include file name to work around
    problem with Guile 3.0.
---
 hydra/berlin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 8590219..573572b 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -30,7 +30,8 @@
                  (full-name "Tobias Geerinckx-Rice")
                  (ssh-public-key (local-file "keys/ssh/nckx.pub")))))
 
-(include "nginx/berlin.scm")
+;;; XXX: relative includes don't seem to work with Guile 3.0
+(include "/root/maintenance/hydra/nginx/berlin.scm")
 
 
 ;;;



reply via email to

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