GNU bug report logs -
#45754
[PATCH] gnu: Add emacs-anki-editor
Previous Next
Reported by: Noah Evans <clonex100 <at> protonmail.com>
Date: Sun, 10 Jan 2021 06:08:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 12 Jan 2021 09:41:16 +0100
with message-id <87a6temtsj.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#45754] [PATCH] gnu: Add emacs-anki-editor
has caused the debbugs.gnu.org bug report #45754,
regarding [PATCH] gnu: Add emacs-anki-editor
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
45754: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45754
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
---
gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c86452fe2b..f1fabd4f17 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26423,3 +26423,32 @@ to pastebin-like services. It supports more than one service and will
failover if one service fails. More services can easily be added over time
and prefered services can easily be configured.")
(license license:gpl3+)))
+
+(define-public emacs-anki-editor
+ (let ((commit "546774a453ef4617b1bcb0d1626e415c67cc88df")
+ (revision "0")
+ (version "0.3.3"))
+ (package
+ (name "emacs-anki-editor")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/louietan/anki-editor")
+ (commit commit)))
+ (sha256
+ (base32
+ "1if610hq5j8rbjh1caw5bwbgnsn231awwxqbpwvrh966kdxzl4qf"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-request" ,emacs-request)
+ ("emacs-dash" ,emacs-dash)))
+ (home-page
+ "https://github.com/louietan/anki-editor")
+ (synopsis
+ "Minor mode for making Anki cards with org-mode")
+ (description
+ "This package is for people who use Anki as SRS but would like to
+make cards in @code{org-mode}.")
+ (license license:gpl3+))))
--
2.30.0
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
Hello,
Noah Evans via Guix-patches via <guix-patches <at> gnu.org> writes:
> Thank you for the feedback, here is an updated patch.
I applied your patch with the following changes.
> + (base32
> + "1if610hq5j8rbjh1caw5bwbgnsn231awwxqbpwvrh966kdxzl4qf"))))
I moved the string on the line above.
> + (home-page
> + "https://github.com/louietan/anki-editor")
> + (synopsis
> + "Minor mode for making Anki cards with Org mode")
Same in the two cases above.
Thank you!
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.