diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-08-22 16:41:14 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-08-22 16:41:14 +0200 |
| commit | f9a9795a37cd292fc9aacb25af2aff2cdb43d483 (patch) | |
| tree | 97f50873897d57f0363d6910fea2c109c76ca858 | |
| parent | website: Use 'invoke' instead of 'system*'. (diff) | |
| download | guix-artwork-f9a9795a37cd292fc9aacb25af2aff2cdb43d483.tar.gz | |
website: Don't set 'GUIX_WEB_SITE_INFO'.
This is a followup to feb02faba58dd7f07bc5e8912c564b5ff0303920.
* website/.guix.scm (build): Don't set "GUIX_WEB_SITE_INFO".
| -rw-r--r-- | website/.guix.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/website/.guix.scm b/website/.guix.scm index 3aa4425..173f194 100644 --- a/website/.guix.scm +++ b/website/.guix.scm @@ -62,9 +62,6 @@ ;; Use a sane default. (setenv "XDG_CACHE_HOME" "/tmp/.cache") - ;; Choose the layout for guix.gnu.org. - (setenv "GUIX_WEB_SITE_INFO" "t") - (invoke #+(file-append (specification->package "haunt") "/bin/haunt") "build") |
