guix-patches
[Top][All Lists]
Advanced

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

[bug#61253] [PATCH core-updates 10/19] gnu: font-comic-neue: Install lic


From: Simon South
Subject: [bug#61253] [PATCH core-updates 10/19] gnu: font-comic-neue: Install license file.
Date: Fri, 3 Feb 2023 07:43:07 -0500

* gnu/packages/fonts.scm (font-comic-neue)[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 469a80e599..ecbce39e68 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1524,7 +1524,10 @@ (define-public font-comic-neue
     </prefer>
   </alias>
 </fontconfig>\n"))))
-             #t)))))
+             #t))
+         (add-before 'install-license-files 'enter-license-directory
+           (lambda _
+             (chdir (string-append "comic-neue-" ,version)))))))
     (home-page "http://www.comicneue.com/";)
     (synopsis "Font that fixes the shortcomings of Comic Sans")
     (description
-- 
2.39.1






reply via email to

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