mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-spamfilter-el: Rename package to emacs-spamfilter.
* gnu/packages/emacs-xyz.scm (emacs-spamfilter-el): Define in terms of 'deprecated-package'. (emacs-spamfilter): New variable, formerly known as "emacs-spamfilter-el". (emacs-wanderlust)[inputs]: Replace accordingly. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
98933c377d
commit
3be3aca6c7
1 changed files with 6 additions and 3 deletions
|
@ -42266,9 +42266,9 @@ border, the padding of the mode line, and more. The idea is to produce a more
|
|||
comfortable presentation.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-spamfilter-el
|
||||
(define-public emacs-spamfilter
|
||||
(package
|
||||
(name "emacs-spamfilter-el")
|
||||
(name "emacs-spamfilter")
|
||||
(version "1.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -42311,6 +42311,9 @@ supports Japanese and has the following features:
|
|||
@end itemize\n")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-deprecated/public emacs-spamfilter-el emacs-spamfilter
|
||||
(deprecated-package "emacs-spamfilter-el" emacs-spamfilter))
|
||||
|
||||
(define-public emacs-promise
|
||||
;; XXX: Last stable release fails to build with "(wrong-number-of-arguments
|
||||
;; (3 . 4) 2)" error.
|
||||
|
@ -44344,7 +44347,7 @@ EasyPG and latest Emacs.")
|
|||
(invoke "make" "install")
|
||||
(invoke "make" "install-info"))))))
|
||||
(propagated-inputs (list emacs-semi-epg))
|
||||
(inputs (list emacs-spamfilter-el))
|
||||
(inputs (list emacs-spamfilter))
|
||||
(home-page "https://www.emacswiki.org/emacs/WanderLust")
|
||||
(synopsis "Yet Another Message Interface on Emacsen")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue