mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-21 16:08:07 +01:00
nongnu: Fix typo in variable name of font-microsoft-courier-new.
Fixes https://gitlab.com/nonguix/nonguix/-/issues/221 * nongnu/packages/fonts.scm (font-microsoft-couirer-new): Rename to font-microsoft-courier-new. Deprecate the wrong spelling.
This commit is contained in:
parent
25ab067f02
commit
53e294452b
1 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
(define-module (nongnu packages fonts)
|
||||
#:use-module (ice-9 string-fun)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (guix deprecation)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix build-system font)
|
||||
|
@ -90,13 +91,16 @@ font from the pack of Microsoft core fonts for the web."))
|
|||
#:font-name "Comic Sans MS"
|
||||
#:hash "0ki0rljjc1pxkbsxg515fwx15yc95bdyaksa3pjd89nyxzzg6vcw"))
|
||||
|
||||
(define-public font-microsoft-couirer-new
|
||||
(define-public font-microsoft-courier-new
|
||||
(mscorefont
|
||||
"courie32"
|
||||
#:version "2.82"
|
||||
#:font-name "Courier New"
|
||||
#:hash "111k3waxki9yyxpjwl2qrdkswvsd2dmvhbjmmrwyipam2s31sldv"))
|
||||
|
||||
(define-public font-microsoft-couirer-new
|
||||
(deprecated-package "font-microsoft-couirer-new" font-microsoft-courier-new))
|
||||
|
||||
(define-public font-microsoft-georgia
|
||||
(mscorefont
|
||||
"georgi32"
|
||||
|
|
Loading…
Reference in a new issue