* [bug#58057] [PATCH] gnu: Add emacs-macrostep-geiser.
@ 2022-09-25 1:16 Hilton Chain via Guix-patches via
2022-09-25 13:22 ` bug#58057: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-09-25 1:16 UTC (permalink / raw)
To: 58057
* gnu/packages/emacs-xyz.scm (emacs-macrostep-geiser): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d324b39af3..9df7dcd1c6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20612,6 +20612,29 @@ (define-public emacs-macrostep
expansions for debugging with Edebug as normal.")
(license license:gpl3+))))
+(define-public emacs-macrostep-geiser
+ (let ((commit "f6a2d5bb96ade4f23df557649af87ebd0cc45125")
+ (revision "1"))
+ (package
+ (name "emacs-macrostep-geiser")
+ (version (git-version "0.2.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nbfalcon/macrostep-geiser")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0dykvwcvg8n24z3fkx6rv3l1mhzmca4cxj0gsvvqsg9wp0az1fc7"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-macrostep emacs-geiser))
+ (home-page "https://github.com/nbfalcon/macrostep-geiser")
+ (synopsis "macrostep for geiser and cider")
+ (description
+ "This plug-in implements a macrostep back-end powered by geiser.")
+ (license license:gpl3+))))
+
(define-public emacs-parent-mode
(package
(name "emacs-parent-mode")
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#58057: [PATCH] gnu: Add emacs-macrostep-geiser.
2022-09-25 1:16 [bug#58057] [PATCH] gnu: Add emacs-macrostep-geiser Hilton Chain via Guix-patches via
@ 2022-09-25 13:22 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-09-25 13:22 UTC (permalink / raw)
To: Hilton Chain via Guix-patches via; +Cc: Hilton Chain, 58057-done
Hello,
Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-macrostep-geiser): New variable.
Thank you. I applied the patch with the following changes:
> +(define-public emacs-macrostep-geiser
> + (let ((commit "f6a2d5bb96ade4f23df557649af87ebd0cc45125")
> + (revision "1"))
> + (package
> + (name "emacs-macrostep-geiser")
> + (version (git-version "0.2.0" revision commit))
I downgraded the commit used to the one matching the version bump. As
a consequence, version is exactly "0.2.0", which is always nicer when
subsequent changes do not bring much to the table.
> + (propagated-inputs (list emacs-macrostep emacs-geiser))
I ordered inputs alphabetically.
> + (synopsis "macrostep for geiser and cider")
> + (description
> + "This plug-in implements a macrostep back-end powered by geiser.")
I used capitalization for Macrostep and Geiser.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-25 13:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-25 1:16 [bug#58057] [PATCH] gnu: Add emacs-macrostep-geiser Hilton Chain via Guix-patches via
2022-09-25 13:22 ` bug#58057: " 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.