guix-commits
[Top][All Lists]
Advanced

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

19/75: gnu: font-linuxlibertine: Install all license files.


From: guix-commits
Subject: 19/75: gnu: font-linuxlibertine: 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 3c984b16e814722b31108d1c126148b926f7860b
Author: Simon South <simon@simonsouth.net>
AuthorDate: Fri Feb 3 07:43:02 2023 -0500

    gnu: font-linuxlibertine: Install all license files.
    
    * gnu/packages/fonts.scm (font-linuxlibertine)[arguments]
    <#:license-file-regexp>: Add.
---
 gnu/packages/fonts.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index fa53da3357..738ffe8fa9 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -530,7 +530,8 @@ and Bitstream Vera Sans Mono).
                 "0x7cz6hvhpil1rh03rax9zsfzm54bh7r4bbrq8rz673gl9h47v0v"))))
     (build-system font-build-system)
     (arguments
-     `(#:phases
+     `(#:license-file-regexp "^(GPL|LICENCE|OFL-1\\.1)\\.txt$"
+       #:phases
        (modify-phases %standard-phases
          (add-before 'install 'build
            (lambda _



reply via email to

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