mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
This commit is contained in:
parent
84be7d9db9
commit
8829cdf91b
1 changed files with 2 additions and 5 deletions
|
@ -3113,14 +3113,11 @@ (define-public font-fontna-yasashisa-antique
|
|||
;; 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,
|
||||
|
|
Loading…
Reference in a new issue