gnu: font-fira-mono: Inherit from font-fira-sans.

* gnu/packages/fonts.scm (font-fira-mono)[source, build-system,
home-page]: Inherit from font-fira-sans.
[synopsis, description]: Rewrite, since Firefox OS was discontinued.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Philip McGrath 2022-01-08 18:47:16 -05:00 committed by Ludovic Courtès
parent 0a05fad042
commit e7f92c8962
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 13 deletions

View File

@ -1109,21 +1109,13 @@ The package @code{font-fira-mono} provides a corresponding monospace cut.")
(define-public font-fira-mono
(package
(inherit font-fira-sans)
(name "font-fira-mono")
(version "3.206")
(source (origin
(method url-fetch)
(uri (string-append "https://carrois.com/downloads/fira_mono_3_2/"
"FiraMonoFonts"
(string-replace-substring version "." "")
".zip"))
(sha256
(base32
"1z65x0dw5dq6rs6p9wyfrir50rlh95vgzsxr8jcd40nqazw4jhpi"))))
(build-system font-build-system)
(home-page "https://mozilla.github.io/Fira/")
(synopsis "Mozilla's monospace font")
(description "This is the typeface used by Mozilla in Firefox OS.")
(synopsis "Monospace cut of Fira Sans")
(description
"Fira Mono is a monospace cut of Fira Sans (see @code{font-fira-sans}).
It includes regular, medium, and bold weights.")
(license license:silofl1.1)))
(define-public font-fira-go