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) (define-module (nongnu packages fonts)
#:use-module (ice-9 string-fun) #:use-module (ice-9 string-fun)
#:use-module (gnu packages compression) #:use-module (gnu packages compression)
#:use-module (guix deprecation)
#:use-module (guix download) #:use-module (guix download)
#:use-module (guix packages) #:use-module (guix packages)
#:use-module (guix build-system font) #: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" #:font-name "Comic Sans MS"
#:hash "0ki0rljjc1pxkbsxg515fwx15yc95bdyaksa3pjd89nyxzzg6vcw")) #:hash "0ki0rljjc1pxkbsxg515fwx15yc95bdyaksa3pjd89nyxzzg6vcw"))
(define-public font-microsoft-couirer-new (define-public font-microsoft-courier-new
(mscorefont (mscorefont
"courie32" "courie32"
#:version "2.82" #:version "2.82"
#:font-name "Courier New" #:font-name "Courier New"
#:hash "111k3waxki9yyxpjwl2qrdkswvsd2dmvhbjmmrwyipam2s31sldv")) #:hash "111k3waxki9yyxpjwl2qrdkswvsd2dmvhbjmmrwyipam2s31sldv"))
(define-public font-microsoft-couirer-new
(deprecated-package "font-microsoft-couirer-new" font-microsoft-courier-new))
(define-public font-microsoft-georgia (define-public font-microsoft-georgia
(mscorefont (mscorefont
"georgi32" "georgi32"