guix-commits
[Top][All Lists]
Advanced

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

02/02: website: Fix build.


From: julien lepiller
Subject: 02/02: website: Fix build.
Date: Sat, 23 Oct 2021 17:21:09 -0400 (EDT)

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

commit 56433d207099696befe2d9bdc3448fe927d47f69
Author: Julien Lepiller <julien@lepiller.eu>
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

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