guix-commits
[Top][All Lists]
Advanced

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

25/75: gnu: font-space-grotesk: Remove obsolete phase.


From: guix-commits
Subject: 25/75: gnu: font-space-grotesk: Remove obsolete phase.
Date: Sun, 21 Jan 2024 13:21:45 -0500 (EST)

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

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

    gnu: font-space-grotesk: Remove obsolete phase.
    
    * gnu/packages/fonts.scm (font-space-grotesk)[arguments]: Remove along with
    obsolete "install-license-files" phase.
---
 gnu/packages/fonts.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 172b32428e..a95b4d4412 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2033,15 +2033,6 @@ most CJK characters are same height, and double width as 
ASCII characters.")))
         (base32 "1aiivn0rl7ydiyqvsr0fa2hx82h3br3x48w3100fcly23n0fdcby"))))
     (build-system font-build-system)
     ;; TODO: Package fontmake and gftools and build from source.
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'install-license-files
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let* ((out (assoc-ref outputs "out"))
-                    (doc (string-append out "/share/doc/" ,name "-" ,version)))
-               (install-file "OFL.txt" doc)
-               #t))))))
     (home-page "https://floriankarsten.github.io/space-grotesk/";)
     (synopsis "Proportional variant of the fixed-width Space Mono family")
     (description



reply via email to

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