guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/75: gnu: font-fira-go: Install license file.


From: guix-commits
Subject: 23/75: gnu: font-fira-go: Install license file.
Date: Sun, 21 Jan 2024 13:21:44 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit bc8ec36b14e94a91a8e5f4ad2f8691cbee0454d2
Author: Simon South <simon@simonsouth.net>
AuthorDate: Fri Feb 3 07:43:06 2023 -0500

    gnu: font-fira-go: Install license file.
    
    * 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 b1ee139902..62cd9de607 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1543,6 +1543,13 @@ It includes regular, medium, and bold weights.")
                (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]