1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +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:
Ludovic Courtès
2025-10-16 17:08:05 +02:00
parent e46dfc7e94
commit 9fcfb93944
75 changed files with 345 additions and 348 deletions

View File

@@ -3818,10 +3818,10 @@ executables, shared libraries and core dumps. It supports many architectures
and extensions.")
(license license:gpl3+)))
(define-public emacs-poke
;; The 'emacs-poke' name may eventually refer to 'poke' from ELPA, which is
;; a different beast.
(deprecated-package "emacs-poke" poke))
;; The 'emacs-poke' name may eventually refer to 'poke' from ELPA, which is
;; a different beast.
(define-deprecated-package emacs-poke
poke)
(define-public pcb2gcode
;; XXX: The latest release was on <2022-09-12>, but master branch contains a