guix-commits
[Top][All Lists]
Advanced

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

32/75: gnu: font-fontna-yasashisa-antique: Install license file.


From: guix-commits
Subject: 32/75: gnu: font-fontna-yasashisa-antique: Install license file.
Date: Sun, 21 Jan 2024 13:21:46 -0500 (EST)

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

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

    gnu: font-fontna-yasashisa-antique: Install license file.
    
    * gnu/packages/fonts.scm 
(font-fontna-yasashisa-antique)[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 2741c93b3e..b2673f0200 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2824,7 +2824,10 @@ to have a detailed and proper character style.")
              ;; which makes rename-file fail. Instead, use shell globbing to
              ;; select and rename the directory.
              (invoke "sh" "-c" "mv TrueType* TrueType")
-             #t)))))
+             #t))
+         (add-before 'install-license-files 'enter-license-directory
+           (lambda _
+             (chdir "IPAexfont00201"))))))
     (native-inputs
      `(("bash" ,bash-minimal)
        ("coreutils" ,coreutils)))



reply via email to

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