~ruther/guix-local

f8619a64e5ed634d3c91d4857338f4c6b0b3675a — Simon South 3 years ago 3245258
gnu: font-go: Install license files.

* gnu/packages/fonts.scm (font-go)[arguments]<#:license-file-regexp>: Add.
<#:phases>: Add "enter-license-directory" phase.
1 files changed, 6 insertions(+), 2 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +6 -2
@@ 2219,12 2219,16 @@ and stylistic alternates.")
                  "1aq6mnjayks55gd9ahavk6jfydlq5lm4xm0xk4pd5sqa74p5p74d"))))
      (build-system font-build-system)
      (arguments
       `(#:phases
       `(#:license-file-regexp "^(LICENSE|PATENTS)$"
         #:phases
         (modify-phases %standard-phases
           (add-before 'install 'chdir
             (lambda _
               (chdir "font/gofont/ttfs")
               #t)))))
               #t))
           (add-before 'install-license-files 'enter-license-directory
             (lambda _
               (chdir "../../.."))))))
      (home-page "https://blog.golang.org/go-fonts")
      (synopsis "The Go font family")
      (description