gnu: font-fontna-yasashisa-antique: Install license file.

* gnu/packages/fonts.scm (font-fontna-yasashisa-antique)[arguments]<#:phases>:
Add "enter-license-directory" phase.
This commit is contained in:
Simon South 2023-02-03 07:43:15 -05:00 committed by Ludovic Courtès
parent f5a8d873fb
commit 7d220b780a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3114,7 +3114,10 @@ (define-public font-fontna-yasashisa-antique
;; which makes rename-file fail. Instead, use shell globbing to
;; select and rename the directory.
(invoke "sh" "-c" "mv TrueType* TrueType")
#t)))))
#t))
(add-before 'install-license-files 'enter-license-directory
(lambda _
(chdir "IPAexfont00201"))))))
(native-inputs
`(("bash" ,bash-minimal)
("coreutils" ,coreutils)))