guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove emacs-nadvice as a propagated input.


From: guix-commits
Subject: branch master updated: gnu: Remove emacs-nadvice as a propagated input.
Date: Sat, 07 Jan 2023 10:04:27 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new db746d1660 gnu: Remove emacs-nadvice as a propagated input.
db746d1660 is described below

commit db746d16602f4b22ed678aaaeeb5974398d27874
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 7 16:00:07 2023 +0100

    gnu: Remove emacs-nadvice as a propagated input.
    
    * gnu/packages/emacs-xyz.scm (emacs-compat)[propagated-inputs]: Remove
    EMACS-NADVICE.
    * gnu/packages/emacs-xyz.scm (emacs-excorporate)[propagated-inputs]: Remove
    EMACS-NADVICE.
    
    Emacs Nadvice provides a compatibility layer for Emacs < 24.4.  Nowadays, 
Guix
    provides at leas Emacs 28.  This package is not useful.  Worse, it can
    introduce issues with autoloads, as reported in
    <https://issues.guix.gnu.org/60627>.
---
 gnu/packages/emacs-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 20976d8961..466fb65fd3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7808,7 +7808,6 @@ variables, and so on.  The mode also allows you to 
execute Tup commands.")
                (base32
                 "0wxv63cqrw7pd5vg5hwh48bf326766x6mzz1qw8shhkrycr43fks"))))
      (build-system emacs-build-system)
-     (propagated-inputs (list emacs-nadvice))
      (home-page "https://git.sr.ht/~pkal/compat";)
      (synopsis "Emacs Lisp Compatibility Library")
      (description
@@ -29557,7 +29556,7 @@ programming in Emacs Lisp easy and fun.")
         (base32 "1g0wc2kp15ra323b4rxvdh58q9c4h7m20grw6a0cs53m7l9xi62f"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     (list emacs-fsm emacs-nadvice emacs-soap-client emacs-url-http-ntlm))
+     (list emacs-fsm emacs-soap-client emacs-url-http-ntlm))
     (home-page "https://elpa.gnu.org/packages/excorporate.html";)
     (synopsis "Exchange integration")
     (description "This package provides Exchange integration for Emacs.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]