guix-commits
[Top][All Lists]
Advanced

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

22/75: gnu: font-fira-sans: Install license file.


From: guix-commits
Subject: 22/75: gnu: font-fira-sans: 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 3b13661e5b7d1dfb3f9b1f3b06b1ec1a0ee610a9
Author: Simon South <simon@simonsouth.net>
AuthorDate: Fri Feb 3 07:43:05 2023 -0500

    gnu: font-fira-sans: Install license file.
    
    * gnu/packages/fonts.scm (font-fira-sans)[arguments]<#:phases>: Add
    "enter-license-directory" phase.
---
 gnu/packages/fonts.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 446fa5d06d..b1ee139902 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1500,7 +1500,10 @@ Terminal, and is now the default font in Visual Studio 
as well.")
              (match (find-files "." (format #f "^Fira_~a_[0-9]" variant)
                                 #:directories? #t)
                ((dir)
-                (chdir dir))))))))
+                (chdir dir)))))
+         (add-before 'install-license-files 'enter-license-directory
+           (lambda _
+             (chdir "../OFL_Licence"))))))
     ;; While the repository has moved,
     ;; this specimen still works well as the home-page:
     (home-page "https://mozilla.github.io/Fira/";)



reply via email to

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