diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-20 22:29:32 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:37 +0200 |
commit | 8829cdf91bf670096c73792f4f7d8c2cb3813ac7 (patch) | |
tree | 100395bbac775fd681426a6438b16c621f567393 | |
parent | 84be7d9db9a1ef385aa4eb2c748c481ff2a56838 (diff) | |
download | guix-8829cdf91bf670096c73792f4f7d8c2cb3813ac7.tar.gz guix-8829cdf91bf670096c73792f4f7d8c2cb3813ac7.zip |
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
-rw-r--r-- | gnu/packages/fonts.scm | 7 |
1 files changed, 2 insertions, 5 deletions
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, |