guix-commits
[Top][All Lists]
Advanced

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

31/75: gnu: font-jetbrains-mono: Remove obsolete phase.


From: guix-commits
Subject: 31/75: gnu: font-jetbrains-mono: Remove obsolete phase.
Date: Sun, 21 Jan 2024 13:21:46 -0500 (EST)

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

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

    gnu: font-jetbrains-mono: Remove obsolete phase.
    
    * gnu/packages/fonts.scm (font-jetbrains-mono)[arguments]<#:phases>: Remove
    obsolete "install-license-files" phase.
---
 gnu/packages/fonts.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 068bd37187..2741c93b3e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2545,13 +2545,7 @@ a different style of marking.")
            ;; Find the license file outside of the default subdirectory.
            (lambda _
              (chdir "..")
-             #t))
-         (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))))))
+             #t)))))
     (home-page "https://www.jetbrains.com/lp/mono/";)
     (synopsis "Mono typeface for developers")
     (description



reply via email to

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