roptat pushed a commit to branch master
in repository guix-artwork.

commit 56433d207099696befe2d9bdc3448fe927d47f69
Author: Julien Lepiller <[email protected]>
AuthorDate: Sat Oct 23 17:30:59 2021 +0200

    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

Reply via email to