guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.

commit 32e09f5cd4e8dd1f2fb149b410d04e7c7c0a4230
Author: Morgan Smith <[email protected]>
AuthorDate: Mon Aug 31 13:06:16 2026 -0400

    gnu: Remove emacs-nadvice.
    
    The version built into Emacs 31.1 is more recent.
    
    * gnu/packages/emacs-xyz.scm (emacs-nadvice): Delete variable.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fd8a9dea4d..b0b6031403 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -41962,26 +41962,6 @@ hints, exceptions, and the return type hint.")
 scripts.")
       (license license:gpl3+))))
 
-(define-public emacs-nadvice
-  (package
-    (name "emacs-nadvice")
-    (version "0.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/";
-                           "nadvice-" version ".tar"))
-       (sha256
-        (base32 "0ac7zxi04gzcd5hz81lib1db3c6a7xmwkb381ljxvaha1mlzp1k0"))))
-    (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-url-http-oauth
   (package
     (name "emacs-url-http-oauth")

Reply via email to