mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".
This is a followup to commit 5483a2d0a9
.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.
This commit is contained in:
parent
f0779922ff
commit
8e2a423800
1 changed files with 3 additions and 0 deletions
|
@ -305,6 +305,9 @@ (define-public font-gnu-freefont
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue