diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-10-01 10:19:47 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-10-01 10:19:47 +0200 |
commit | 15361025f74ddacfd9c8bc0c80ec80882377cd5f (patch) | |
tree | 712f30cc533eabd92cc08438b76907ee4f32c6cf /gnu | |
parent | 0bb3a7289a24e3474f3b64edd4905acbd78b785d (diff) | |
download | guix-15361025f74ddacfd9c8bc0c80ec80882377cd5f.tar.gz guix-15361025f74ddacfd9c8bc0c80ec80882377cd5f.zip |
gnu: emacs-org-contrib: Update description.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update description according
to new repository.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e317c0017f..0f1986e4a4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12256,8 +12256,9 @@ programming and reproducible research.") (file-name (git-file-name name version)) (sha256 (base32 "0dn6arrmm0rrm2vi94fj5fjb030ggxf8cvpmi68wr0fh8xm5l1sh")) - ;; ob-sclang.el is packaged separately to avoid the dependency on - ;; SuperCollider and qtwebengine. + ;; XXX: ob-sclang.el is packaged separately to avoid the dependency on + ;; SuperCollider and qtwebengine. This will be unnecessary in 0.3+ + ;; release as the file is going to be removed from the repository. (modules '((guix build utils))) (snippet '(begin (delete-file "lisp/ob-sclang.el"))))) (build-system emacs-build-system) @@ -12268,16 +12269,15 @@ programming and reproducible research.") (lambda _ (chdir "lisp")))))) (propagated-inputs - `(("arduino-mode" ,emacs-arduino-mode) + `(("arduino-mode" ,emacs-arduino-mode) ;XXX: remove after 0.3+ release. ("cider" ,emacs-cider) ("org" ,emacs-org))) (home-page "https://git.sr.ht/~bzg/org-contrib") (synopsis "Unmaintained add-ons for Org mode") - (description "Org is an Emacs mode for keeping notes, maintaining TODO -lists, and project planning with a fast and effective plain-text system. - -This package is equivalent to org-plus-contrib, but only includes additional -files that you would find in @file{contrib/} from the git repository.") + (description + "This package contains add-ons to Org. Be warned that these libraries +receive little if no maintainance and there is no guaranty that they are +compatible with the Org stable version.") (license license:gpl3+))) (define-public emacs-org-pretty-table |