From f8619a64e5ed634d3c91d4857338f4c6b0b3675a Mon Sep 17 00:00:00 2001 From: Simon South Date: Fri, 3 Feb 2023 07:43:09 -0500 Subject: gnu: font-go: Install license files. * gnu/packages/fonts.scm (font-go)[arguments]<#:license-file-regexp>: Add. <#:phases>: Add "enter-license-directory" phase. --- gnu/packages/fonts.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index cb565296e6..10cc23f497 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -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 -- cgit 1.4.1