[PATCH] gnu: Add emacs-devdocs.

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(address . guix-patches@gnu.org)
87ee7u8xvf.fsf@posteo.org
* gnu/packages/emacs-xyz.scm (emacs-devdocs): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (40 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7448786de3..f07d4a500e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25181,6 +25181,27 @@ (define-public emacs-counsel-dash
through Dash docsets.")
(license license:expat))))
+(define-public emacs-devdocs
+ (package
+ (name "emacs-devdocs")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://elpa.gnu.org/packages/"
+ "devdocs-" version ".tar"))
+ (sha256
+ (base32 "1npc7yra7pvf86ahmz1h7hnjxrz15ar1vjcalg4ilizypycpgrwj"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/astoff/devdocs.el")
+ (synopsis "Emacs viewer for DevDocs")
+ (description
+ "This package provides a documentation viewer similar to Emacs's
+built-in Info browser, but geared towards documentation obtained from
+@url{https://devdocs.io}.")
+ (license license:gpl3+)))
+
(define-public emacs-cascading-dir-locals
(let ((release "0.1")
(revision "0")
--
2.33.1



--

Aleksandr Vityazev
Nicolas Goaziou wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 51607-done@debbugs.gnu.org)
87tugppqel.fsf@nicolasgoaziou.fr
Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-devdocs): New variable.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51607@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51607
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help