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:
Jonathan Brielmaier 2022-12-10 19:08:47 +01:00
parent 25ab067f02
commit 53e294452b
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -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"