guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-org-contrib: Remove org-contacts.el.


From: guix-commits
Subject: 01/02: gnu: emacs-org-contrib: Remove org-contacts.el.
Date: Tue, 2 Nov 2021 16:51:32 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5c4ec50130205017b7934730852659153e6b5b3e
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Fri Oct 29 23:45:39 2021 -0400

    gnu: emacs-org-contrib: Remove org-contacts.el.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[origin]: Remove
    "org-contacts.el".
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cf4cbc4..2a68ac2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12304,8 +12304,12 @@ programming and reproducible research.")
        ;; XXX: ob-sclang.el is packaged separately to avoid the dependency on
        ;; SuperCollider and qtwebengine.  This will be unnecessary in 0.4+
        ;; release as the file is going to be removed from the repository.
+
+       ;; XXX: org-contacts.el is now maintained in a separate repository and
+       ;; will soon be removed from org-contrib
        (modules '((guix build utils)))
-       (snippet '(begin (delete-file "lisp/ob-sclang.el")))))
+       (snippet '(begin (delete-file "lisp/ob-sclang.el")
+                        (delete-file "lisp/org-contacts.el")))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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