[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61253] [PATCH core-updates 09/19] gnu: font-fira-go: Install licens
From: |
Simon South |
Subject: |
[bug#61253] [PATCH core-updates 09/19] gnu: font-fira-go: Install license file. |
Date: |
Fri, 3 Feb 2023 07:43:06 -0500 |
* gnu/packages/fonts.scm (font-fira-go)[arguments]: Add with
"enter-license-directory" phase.
---
gnu/packages/fonts.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index f5d26c7b19..469a80e599 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1344,6 +1344,13 @@ (define-public font-fira-go
(base32
"10rcfg1fijv00yxv5n9l3lm0axhafa1irkg42zpmasd70flgg655"))))
(build-system font-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'install-license-files 'enter-license-directory
+ (lambda _
+ (chdir "OFL_Licence"))))))
(home-page "https://github.com/bBoxType/FiraGO")
(synopsis "Multilingual extension of the Fira Sans font family")
(description "FiraGO is a multilingual extension of the Fira Sans font
--
2.39.1
- [bug#61253] [PATCH core-updates 00/19] Add license files missing from font packages, Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 02/19] build-system/font: Customize %license-file-regexp., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 12/19] gnu: font-go: Install license files., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 09/19] gnu: font-fira-go: Install license file.,
Simon South <=
- [bug#61253] [PATCH core-updates 11/19] gnu: font-space-grotesk: Remove obsolete phase., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 01/19] build-system/font: Add #:license-file-regexp argument., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 04/19] gnu: font-lato: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 14/19] gnu: font-culmus: Install all license files., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 19/19] gnu: font-charter: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 06/19] gnu: font-wqy-zenhei: Install all license files., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 15/19] gnu: font-dseg: Simplify "install" phase., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 18/19] gnu: font-fontna-yasashisa-antique: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 13/19] gnu: font-dosis: Remove extraneous files; install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 16/19] gnu: font-dseg: Install license file., Simon South, 2023/02/03