mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-tco-el: Rename package to emacs-tco.
* gnu/packages/emacs-xyz.scm (emacs-tco-el): Define in terms of 'deprecated-package'. (emacs-tco): New variable, formerly known as "emacs-tco-el". Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
22f0ab058e
commit
1825afd260
1 changed files with 5 additions and 2 deletions
|
@ -35609,11 +35609,11 @@ directory for only the next invoked command. The directory selection can be
|
|||
done using Helm, Ido or Ivy.")
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public emacs-tco-el
|
||||
(define-public emacs-tco
|
||||
(let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-tco-el")
|
||||
(name "emacs-tco")
|
||||
(version (git-version "0.3" revision commit))
|
||||
(source
|
||||
(origin
|
||||
|
@ -35636,6 +35636,9 @@ done using Helm, Ido or Ivy.")
|
|||
Lisp functions that call themselves in tail position.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-deprecated/public emacs-tco-el emacs-tco
|
||||
(deprecated-package "emacs-tco-el" emacs-tco))
|
||||
|
||||
(define-public emacs-equake
|
||||
;; Upstream provides no tagged releases, but the commit below matches an
|
||||
;; exact release.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue