guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: i18n: Fix typo that broke builds with Ha


From: Ludovic Courtès
Subject: branch master updated: website: i18n: Fix typo that broke builds with Haunt 0.2.4.
Date: Sun, 02 May 2021 18:04:33 -0400

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 1d6247c  website: i18n: Fix typo that broke builds with Haunt 0.2.4.
1d6247c is described below

commit 1d6247ce95e0917394aa4304a911ee5e03f7b7bc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 3 00:03:38 2021 +0200

    website: i18n: Fix typo that broke builds with Haunt 0.2.4.
    
    Regression introduced in 4f7a0581b88274ccee191d5ce14d6a1f2b36f4fb.
    
    * website/apps/i18n.scm (builder->localized-builder): Fix typo.
---
 website/apps/i18n.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/i18n.scm b/website/apps/i18n.scm
index 6702cbe..776d7f2 100644
--- a/website/apps/i18n.scm
+++ b/website/apps/i18n.scm
@@ -119,7 +119,7 @@ sexp-xgettext."
             ((? asset? asset)                     ;Haunt < 0.2.5 (deprecated)
              (let ((new-name (string-append
                               (localized-root-path (asset-target asset))
-                              (assert-target asset))))
+                              (asset-target asset))))
                (make-asset (asset-source asset) new-name)))
             ((? artifact? artifact)               ;Haunt >= 0.2.5
              (let ((new-name (string-append



reply via email to

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