mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
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>
This commit is contained in:
parent
5fb1d1d690
commit
5c4ec50130
1 changed files with 5 additions and 1 deletions
|
@ -12304,8 +12304,12 @@ (define-public emacs-org-contrib
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue