This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b3492964c2 gnu: font-charter: Remove woff2 output.
b3492964c2 is described below

commit b3492964c2573993b65c20f6e7d16c29cfd6f4f5
Author: Arun Isaac <[email protected]>
AuthorDate: Sat Jun 3 22:10:28 2023 +0100

    gnu: font-charter: Remove woff2 output.
    
    The font-build-system now installs web fonts too. So, a separate woff2 
output
    is not necessary.
    
    * gnu/packages/fonts.scm (font-charter)[outputs, arguments]: Delete.
---
 gnu/packages/fonts.scm | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 0a897fcf0b..91e7ccc49f 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2017 Alex Griffin <[email protected]>
 ;;; Copyright © 2017 Clément Lassieur <[email protected]>
 ;;; Copyright © 2017 Brendan Tildesley <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020, 2022 Arun Isaac 
<[email protected]>
+;;; Copyright © 2017–2023 Arun Isaac <[email protected]>
 ;;; Copyright © 2017 Mohammed Sadiq <[email protected]>
 ;;; Copyright © 2018 Charlie Ritter <[email protected]>
 ;;; Copyright © 2018 Gabriel Hondet <[email protected]>
@@ -2845,18 +2845,7 @@ optimized for using musical symbols inline with regular 
text.")
          (file-name (string-append name "-" version ".zip"))
          (sha256
           (base32 "1j8iv2dl695zrabs2knb7jsky8mjis29a2ddpna4by8mlvqrf0ml"))))
-      (outputs '("out" "woff2"))
       (build-system font-build-system)
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           (add-after 'install 'install-woff2
-             (lambda* (#:key outputs #:allow-other-keys)
-               (let ((dest (string-append (assoc-ref outputs "woff2")
-                                          "/share/fonts/woff2")))
-                 (for-each (lambda (file)
-                             (install-file file dest))
-                           (find-files "." "\\.woff2$"))))))))
       (home-page "https://practicaltypography.com/charter.html";)
       (synopsis "Charter fonts in OpenType and TrueType formats")
       (description "Charter was designed by Matthew Carter in 1987 and was

Reply via email to