mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: font-wqy-microhei: Install all license files.
* gnu/packages/fonts.scm (font-wqy-microhei)[arguments]: Add with #:license-file-regexp.
This commit is contained in:
parent
96129c16df
commit
1153be583f
1 changed files with 2 additions and 0 deletions
|
@ -887,6 +887,8 @@ (define-public font-wqy-microhei
|
|||
(base32
|
||||
"0gi1yxqph8xx869ichpzzxvx6y50wda5hi77lrpacdma4f0aq0i8"))))
|
||||
(build-system font-build-system)
|
||||
(arguments
|
||||
'(#:license-file-regexp "^(LICENSE.*|README)\\.txt$"))
|
||||
(home-page "http://wenq.org/wqy2/")
|
||||
(synopsis "CJK font")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue