mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 02:51:49 +02:00
gnu: Use ‘define-deprecated-package’ for deprecated packages.
Use ‘define-deprecated-package’ instead of (define x (deprecated-package …)) throughout gnu/packages/*.scm. Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
This commit is contained in:
@@ -1184,8 +1184,8 @@ stroke fonts with C++11/Qt.")
|
||||
;; Dual-licensed, either license applies.
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public fontobene-qt5
|
||||
(deprecated-package "fontobene-qt5" fontobene-qt))
|
||||
(define-deprecated-package fontobene-qt5
|
||||
fontobene-qt)
|
||||
|
||||
(define-public ttfautohint
|
||||
(package
|
||||
|
||||
Reference in New Issue
Block a user