mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-undohist-el: Rename package to emacs-undohist.
* gnu/packages/emacs-xyz.scm (emacs-undohist-el): Define in terms of 'deprecated-package'. Fix home-page redirection lint. (emacs-undohist): New variable, formerly known as "emacs-undohist-el". Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
eb19b4f2f7
commit
c071c3feb8
1 changed files with 7 additions and 4 deletions
|
@ -16267,15 +16267,15 @@ makes unique buffer names. Only if you want to programmatically generate
|
|||
unique file names you need this package here.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-undohist-el
|
||||
(define-public emacs-undohist
|
||||
(package
|
||||
(name "emacs-undohist-el")
|
||||
(name "emacs-undohist")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/m2ym/undohist-el")
|
||||
(url "https://github.com/emacsorphanage/undohist")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -16283,12 +16283,15 @@ unique file names you need this package here.")
|
|||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; No tests.
|
||||
(home-page "https://github.com/m2ym/undohist-el")
|
||||
(home-page "https://github.com/emacsorphanage/undohist")
|
||||
(synopsis "Save undo history between sessions")
|
||||
(description "This package allows persistent use of undo history for
|
||||
individual file buffers.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-deprecated/public emacs-undohist-el emacs-undohist
|
||||
(deprecated-package "emacs-undohist-el" emacs-undohist))
|
||||
|
||||
(define-public emacs-eprime
|
||||
(let ((commit "17a481af26496be91c07139a9bfc05cfe722506f"))
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue