mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: emacs-lice-el: Rename package to emacs-lice.
* gnu/packages/emacs-xyz.scm (emacs-lice-el): Define in terms of 'deprecated-package'. (emacs-lice): New variable, formerly known as "emacs-lice-el". Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
e1d27239b8
commit
0703525e9c
1 changed files with 5 additions and 2 deletions
|
@ -29040,9 +29040,9 @@ Magit.")
|
|||
"The Fantastic File Finder for Emacs. Find files fast, using helm.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-lice-el
|
||||
(define-public emacs-lice
|
||||
(package
|
||||
(name "emacs-lice-el")
|
||||
(name "emacs-lice")
|
||||
(version "0.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -29074,6 +29074,9 @@ Magit.")
|
|||
@end itemize\n")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-deprecated/public emacs-lice-el emacs-lice
|
||||
(deprecated-package "emacs-lice-el" emacs-lice))
|
||||
|
||||
(define-public emacs-academic-phrases
|
||||
(let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue