~ruther/guix-local

9c95b22480982d0f77b3ac3af1865593e6d3ee53 — Simon South 3 years ago 13e9e6d
gnu: font-dseg: Install license file.

* gnu/packages/fonts.scm (font-dseg)[arguments]<#:license-file-regexp>: Add.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +2 -1
@@ 2668,7 2668,8 @@ have been designed to be very distinguishable from each other.")
          (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)