guix-commits
[Top][All Lists]
Advanced

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

30/75: gnu: font-dseg: Install license file.


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

    gnu: font-dseg: Install license file.
    
    * gnu/packages/fonts.scm (font-dseg)[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 4b3fb7628e..068bd37187 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2484,7 +2484,8 @@ have been designed to be very distinguishable from each 
other.")
           (base32 "13133kpa1ndsji9yq5ppkds5yq2y094qvrv2f83ah74p40sz9hm6"))))
     (build-system font-build-system)
     (arguments
-     `(#:phases
+     `(#:license-file-regexp "^DSEG-LICENSE.txt$"
+       #:phases
        (modify-phases %standard-phases
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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