gnu: font-dseg: Install license file.

* gnu/packages/fonts.scm (font-dseg)[arguments]<#:license-file-regexp>: Add.
This commit is contained in:
Simon South 2023-02-03 07:43:13 -05:00 committed by Ludovic Courtès
parent 13e9e6d215
commit 9c95b22480
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)