mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
f5a8d873fb
commit
7d220b780a
1 changed files with 4 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue