mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: font-culmus: Install all license files.
* gnu/packages/fonts.scm (font-culmus)[arguments]<#:license-file-regexp>: Add.
This commit is contained in:
parent
efa43e94fb
commit
6bb9888273
1 changed files with 2 additions and 1 deletions
|
@ -2374,7 +2374,8 @@ (define-public font-culmus
|
||||||
"02akysgsqhi15cck54xcacm16q5raf4l7shgb8fnj7xr3c1pbfyp"))))
|
"02akysgsqhi15cck54xcacm16q5raf4l7shgb8fnj7xr3c1pbfyp"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:license-file-regexp "^GNU-GPL|LICENSE"
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'install 'build
|
(add-before 'install 'build
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue