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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user