summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-10-16 17:08:05 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-23 19:35:06 +0200
commit9fcfb9394471d58c75a5fffeda3763e5864b18fa (patch)
tree7124f051de12cf489ea73e87aeb5c758068cfa18 /gnu/packages/ghostscript.scm
parente46dfc7e9446fb753294747f73c9cb568fd02c2a (diff)
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
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 723651a8178..0e618768cb7 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -408,8 +408,8 @@ Ghostscript. It currently includes the 35 standard PostScript fonts.")
(license license:gpl2)
(home-page "https://sourceforge.net/projects/gs-fonts/")))
-(define-public gs-fonts
- (deprecated-package "gs-fonts" font-ghostscript))
+(define-deprecated-package gs-fonts
+ font-ghostscript)
(define-public libspectre
(package