guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: Fix build follow-up.


From: Mathieu Othacehe
Subject: branch master updated: website: Fix build follow-up.
Date: Tue, 23 Jun 2020 14:30:13 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/master by this push:
     new 0efff67  website: Fix build follow-up.
0efff67 is described below

commit 0efff67919f3b549c44015e58a6caaed5760b6bc
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Tue Jun 23 20:29:21 2020 +0200

    website: Fix build follow-up.
    
    * website/.guix.scm: Use guile-3.0/libgc-7 package to build "guix-web-site".
---
 website/.guix.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/.guix.scm b/website/.guix.scm
index 93f3ee6..3045c21 100644
--- a/website/.guix.scm
+++ b/website/.guix.scm
@@ -128,7 +128,7 @@
           (symlink "guix.html" (string-append #$output "/index.html"))))))
 
 (computed-file "guix-web-site" build
-               #:guile (specification->package "guile")
+               #:guile guile-3.0/libgc-7
                #:options '(#:effective-version "3.0"))
 
 ;; Local Variables:



reply via email to

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