[PATCH] gnu: Add emacs-stgit.

  • Open
  • quality assurance status badge
Details
One participant
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

N
N
Nicolas Graves wrote 4 days ago
(address . guix-patches@gnu.org)(name . Nicolas Graves)(address . ngraves@ngraves.fr)
20250106130050.16052-1-ngraves@ngraves.fr
* gnu/packages/version-control.scm (emacs-stgit): New variable.
---
gnu/packages/version-control.scm | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

Toggle diff (42 lines)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e63a843fc3..f30c3dc7c7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -47,7 +47,7 @@
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022 Dhruvin Gandhi <contact@dhruvin.dev>
;;; Copyright © 2015, 2022 David Thompson <davet@gnu.org>
-;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2023, 2025 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
;;; Copyright © 2023 Kjartan Oli Agustsson <kjartanoli@disroot.org>
;;; Copyright © 2023 Steve George <steve@futurile.net>
@@ -87,6 +87,7 @@ (define-module (gnu packages version-control)
#:use-module (guix build-system cargo)
#:use-module (guix build-system cmake)
#:use-module (guix build-system copy)
+ #:use-module (guix build-system emacs)
#:use-module (guix build-system gnu)
#:use-module (guix build-system go)
#:use-module (guix build-system perl)
@@ -1916,6 +1917,18 @@ (define-public stgit-2
@end itemize")
(license license:gpl2)))
+(define-public emacs-stgit
+ (package
+ (inherit stgit-2)
+ (name "emacs-stgit")
+ (build-system emacs-build-system)
+ (arguments
+ (list #:include '(list "contrib/stgit.el")))
+ (synopsis "Emacs major mode for StGit interaction")
+ (description "This package a interactive tool to interact with git
+branches using StGit.")
+ (license license:gpl3+)))
+
(define-public stgit
(package
(name "stgit")
--
2.47.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75404@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75404
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