guix-commits
[Top][All Lists]
Advanced

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

01/01: website: Build fix.


From: Jan Nieuwenhuizen
Subject: 01/01: website: Build fix.
Date: Sun, 29 Sep 2019 13:24:06 -0400 (EDT)

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

commit 0d470084535d911fea610117d4869603f21ce18d
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sun Sep 29 19:02:01 2019 +0200

    website: Build fix.
    
    * website/posts/guix-at-libreplanet-2016.sxml: Include components,
    fixes missing button-big.
---
 website/posts/guix-at-libreplanet-2016.sxml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/posts/guix-at-libreplanet-2016.sxml 
b/website/posts/guix-at-libreplanet-2016.sxml
index 8581be4..cbac354 100644
--- a/website/posts/guix-at-libreplanet-2016.sxml
+++ b/website/posts/guix-at-libreplanet-2016.sxml
@@ -1,5 +1,6 @@
 (begin
-  (use-modules (srfi srfi-19))
+  (use-modules (apps base templates components)
+              (srfi srfi-19))
   `((title . "Guix at LibrePlanet 2016")
     (author . "David Thompson")
     (date unquote (make-date 0 0 0 0 15 3 2016 3600))



reply via email to

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