gnu: Add emacs-nadvice.
* gnu/packages/emacs-xyz.scm (emacs-nadvice): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
36d1f71440
commit
dfb7416517
|
@ -25677,6 +25677,26 @@ corresponding Evil keys.")
|
||||||
implementation of Windows NT and LanManager compatible password encryption.")
|
implementation of Windows NT and LanManager compatible password encryption.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-nadvice
|
||||||
|
(package
|
||||||
|
(name "emacs-nadvice")
|
||||||
|
(version "0.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
|
"nadvice-" version ".el"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0gi3csnxbs8h7iy0scsl35sic3gv90swa89hhdjwb7qvpirfdcgw"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://elpa.gnu.org/packages/nadvice.html")
|
||||||
|
(synopsis "Forward compatibility for Emacs-24.4's nadvice")
|
||||||
|
(description
|
||||||
|
"This package tries to re-implement some of nadvice.el's functionality on
|
||||||
|
top of the old defadvice system, to help users of defadvice move to the new
|
||||||
|
advice system without dropping support for Emacs<24.4.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-evil-traces
|
(define-public emacs-evil-traces
|
||||||
(let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
|
(let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
|
||||||
(revision "2"))
|
(revision "2"))
|
||||||
|
|
Reference in New Issue