guix-commits
[Top][All Lists]
Advanced

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

55/75: gnu: font-fontna-yasashisa-antique: Remove input labels.


From: guix-commits
Subject: 55/75: gnu: font-fontna-yasashisa-antique: Remove input labels.
Date: Sun, 21 Jan 2024 13:21:49 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 893ab231791b2a7f566960e7d1f5e2c92d834ba8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 20 22:29:32 2024 -0500

    gnu: font-fontna-yasashisa-antique: Remove input labels.
    
    * gnu/packages/fonts.scm (font-fontna-yasashisa-antique)
    [phases]: Remove trailing #t.
    [native-inputs]: Remove labels.
    
    Change-Id: I4d0f113a9f3866c0a0d14de893d3cd03c7741393
---
 gnu/packages/fonts.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index f4c28c459b..d61f6e180e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2823,14 +2823,11 @@ to have a detailed and proper character style.")
              ;; This directory, TrueType(サポート外), is not properly encoded,
              ;; which makes rename-file fail. Instead, use shell globbing to
              ;; select and rename the directory.
-             (invoke "sh" "-c" "mv TrueType* TrueType")
-             #t))
+             (invoke "sh" "-c" "mv TrueType* TrueType")))
          (add-before 'install-license-files 'enter-license-directory
            (lambda _
              (chdir "IPAexfont00201"))))))
-    (native-inputs
-     `(("bash" ,bash-minimal)
-       ("coreutils" ,coreutils)))
+    (native-inputs (list bash-minimal coreutils))
     (home-page "http://www.fontna.com/blog/1122/";)
     (synopsis "Mix font of gothic kanji and minchou kana")
     (description "Antique is a font that is popular to write manga bubbles,



reply via email to

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