From 8829cdf91bf670096c73792f4f7d8c2cb3813ac7 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 20 Jan 2024 22:29:32 -0500 Subject: 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(-) (limited to 'gnu/packages/fonts.scm') diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 1b555ce2c1..f7e7fa1a66 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3113,14 +3113,11 @@ modified to cover most CJK unified ideograph characters.") ;; 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, -- cgit 1.4.1