diff options
author | Leo Famulari <leo@famulari.name> | 2020-04-23 12:34:55 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-04-23 12:35:43 -0400 |
commit | 8e2a4238008bf8cdfbb115f7ad848221521a9796 (patch) | |
tree | 6c7565a13ce00aa47bea2fffbb8f1421b8e3ad27 /gnu/packages/fonts.scm | |
parent | f0779922ff260df2404c90504986aa59553154fb (diff) | |
download | patches-8e2a4238008bf8cdfbb115f7ad848221521a9796.tar patches-8e2a4238008bf8cdfbb115f7ad848221521a9796.tar.gz |
gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".
This is a followup to commit 5483a2d0a913fe533744699e9ef5757c6e3f6983.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 34db6ff3ec..21423baefd 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -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") |