GNU bug report logs - #77379
[PATCH 0/2] gnu: font-tamzen: Update to 1.11.6

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Sun, 30 Mar 2025 04:14:02 UTC

Severity: normal

Tags: patch

Full log


Message #11 received at 77379 <at> debbugs.gnu.org (full text, mbox):

From: Kurome <hunt31999 <at> gmail.com>
To: 77379 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH 2/2] guix: font-build-system: Accept .psf extension
Date: Sun, 30 Mar 2025 13:14:41 +0900
Change-Id: I482d6dd4ac5afc4e31d3a383254adbf526d526b0
---
 guix/build/font-build-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/font-build-system.scm b/guix/build/font-build-system.scm
index ad81d07b7b..66e6390759 100644
--- a/guix/build/font-build-system.scm
+++ b/guix/build/font-build-system.scm
@@ -77,7 +77,7 @@ (define* (install #:key outputs #:allow-other-keys)
     (for-each (cut install-file <> pcf-dir)
               (find-files source "\\.pcf$"))
     (for-each (cut install-file <> psf-dir)
-              (find-files source "\\.psfu$"))))
+              (find-files source "\\.(psfu|psf)$"))))
 
 (define %license-file-regexp
   ;; Regexp matching license files commonly found in font packages.
-- 
2.49.0





This bug report was last modified 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.