mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: font-dseg: Install license file.
* gnu/packages/fonts.scm (font-dseg)[arguments]<#:license-file-regexp>: Add.
This commit is contained in:
parent
13e9e6d215
commit
9c95b22480
1 changed files with 2 additions and 1 deletions
|
@ -2668,7 +2668,8 @@ (define-public font-dseg
|
|||
(base32 "13133kpa1ndsji9yq5ppkds5yq2y094qvrv2f83ah74p40sz9hm6"))))
|
||||
(build-system font-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:license-file-regexp "^DSEG-LICENSE.txt$"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue