gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".
authorLeo Famulari <leo@famulari.name>
Thu, 23 Apr 2020 16:34:55 +0000 (12:34 -0400)
committerLeo Famulari <leo@famulari.name>
Thu, 23 Apr 2020 16:35:43 +0000 (12:35 -0400)
This is a followup to commit 5483a2d0a913fe533744699e9ef5757c6e3f6983.

* gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.

gnu/packages/fonts.scm

index 34db6ff..21423ba 100644 (file)
@@ -305,6 +305,9 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over
     (properties '((upstream-name . "freefont")
                   (ftp-directory . "/gnu/freefont")))))
 
+(define-public font-gnu-freefont-ttf
+  (deprecated-package "font-gnu-freefont-ttf" font-gnu-freefont))
+
 (define-public font-liberation
   (package
     (name "font-liberation")