mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: font-jetbrains-mono: Remove obsolete phase.
* gnu/packages/fonts.scm (font-jetbrains-mono)[arguments]<#:phases>: Remove obsolete "install-license-files" phase.
This commit is contained in:
parent
9c95b22480
commit
f5a8d873fb
1 changed files with 1 additions and 7 deletions
|
@ -2729,13 +2729,7 @@ (define-public font-jetbrains-mono
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue