guix-commits
[Top][All Lists]
Advanced

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

20/75: gnu: font-wqy-zenhei: Install all license files.


From: guix-commits
Subject: 20/75: gnu: font-wqy-zenhei: Install all license files.
Date: Sun, 21 Jan 2024 13:21:44 -0500 (EST)

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

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

    gnu: font-wqy-zenhei: Install all license files.
    
    * gnu/packages/fonts.scm (font-wqy-zenhei)[arguments]: Add with
     #:license-file-regexp.
---
 gnu/packages/fonts.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 738ffe8fa9..581bab5242 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -770,6 +770,8 @@ variants.")
                (base32
                 "1mkmxq8g2hjcglb3zajfqj20r4r88l78ymsp2xyl5yav8w3f7dz4"))))
     (build-system font-build-system)
+    (arguments
+     '(#:license-file-regexp "^(COPYING|README)$"))
     (home-page "http://wenq.org/wqy2/";)
     (synopsis "CJK font")
     (description



reply via email to

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