* [bug#58061] [PATCH] gnu: Add emacs-clue.
@ 2022-09-25 4:21 jgart via Guix-patches via
2022-09-25 13:24 ` bug#58061: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-09-25 4:21 UTC (permalink / raw)
To: 58061; +Cc: jgart
* gnu/packages/emacs-xyz.scm (emacs-clue): New variable.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 35cb26962d..08cf600e45 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14312,6 +14312,28 @@ (define-public emacs-bazel
@uref{https://bazel.build/} for background on Bazel.")
(license license:asl2.0))))
+(define-public emacs-clue
+ ;; There are no releases.
+ (let ((commit "41895da52cf76f964d97cb8204406ab9828c4839")
+ (revision "0"))
+ (package
+ (name "emacs-clue")
+ (version (git-version "0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/AmaiKinono/clue")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08xpdpac82v5vwqqqgbh5imakl4pys6bpfacfk05pk88lw925ql8"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/AmaiKinono/clue/")
+ (synopsis "Connecting clues while reading code")
+ (description
+ "Clue is a tool for helping you take notes while reading code.")
+ (license license:gpl3+))))
+
(define-public emacs-gntp
(package
(name "emacs-gntp")
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#58061: [PATCH] gnu: Add emacs-clue.
2022-09-25 4:21 [bug#58061] [PATCH] gnu: Add emacs-clue jgart via Guix-patches via
@ 2022-09-25 13:24 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-09-25 13:24 UTC (permalink / raw)
To: jgart via Guix-patches via; +Cc: jgart, 58061-done
Hello,
jgart via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-clue): New variable.
Applied. Thank you.
> + (description
> + "Clue is a tool for helping you take notes while reading code.")
I expounded the description a bit, using text from upstream.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-25 13:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-25 4:21 [bug#58061] [PATCH] gnu: Add emacs-clue jgart via Guix-patches via
2022-09-25 13:24 ` bug#58061: " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.