>From 6be425e7e917f93ae5a0cb7bbb047d0c4c1f4c78 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 23 Oct 2021 17:30:59 +0200 Subject: [PATCH] website: Fix build. * website/.guix.scm: Set GUIX_WEB_SITE_LOCAL explicitely. --- website/.guix.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/website/.guix.scm b/website/.guix.scm index f656d47..a7a6d36 100644 --- a/website/.guix.scm +++ b/website/.guix.scm @@ -111,6 +111,7 @@ (setvbuf (current-output-port) 'line) (setvbuf (current-error-port) 'line) + (setenv "GUIX_WEB_SITE_LOCAL" "no") (copy-recursively #$source ".") ;; Set 'GUILE_LOAD_PATH' so that Haunt find the Guix modules and -- 2.33.0