GNU bug report logs -
#54771
[PATCH] gnu: Add emacs-hledger-mode
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#54771: [PATCH] gnu: Add emacs-hledger-mode
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 54771 <at> debbugs.gnu.org.
--
54771: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54771
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This was already merged (see: https://git.savannah.gnu.org/cgit/guix.git/commit/gnu?id=3650425b4689ff716ad244cb48283c9daf8df148)
--
Collin J. Doering
http://rekahsoft.ca
http://blog.rekahsoft.ca
http://git.rekahsoft.ca
[Message part 3 (message/rfc822, inline)]
* gnu/packages/finance.scm (emacs-hledger-mode): New variable
---
gnu/packages/finance.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 9f2d055048..d6cd2981a6 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -73,6 +73,7 @@ (define-module (gnu packages finance)
#:use-module (gnu packages documentation)
#:use-module (gnu packages dns)
#:use-module (gnu packages emacs)
+ #:use-module (gnu packages emacs-xyz)
#:use-module (gnu packages dbm)
#:use-module (gnu packages gettext)
#:use-module (gnu packages gnome)
@@ -455,6 +456,37 @@ (define-public emacs-ledger-mode
This package provides the Emacs mode.")
(license license:gpl2+)))
+(define-public emacs-hledger-mode
+ (let ((commit "9ac07ff0adbce6a402c17e789b1750f9da0d22f4")
+ (revision "1"))
+ (package
+ (name "emacs-hledger-mode")
+ (version (git-version "20210706.1225" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/narendraj9/hledger-mode")
+ (commit commit)))
+ (sha256
+ (base32
+ "0x3dgws8nh7q8x7zzjwbm5k9n7gi7qqd3ww7y51fbx6p6ii3jpp4"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-popup" ,emacs-popup)
+ ("emacs-async" ,emacs-async)
+ ("emacs-htmlize" ,emacs-htmlize)))
+ (arguments
+ '(#:include '("^[^/]+.el$")
+ #:exclude '()))
+ (home-page "https://github.com/narendraj9/hledger-mode")
+ (synopsis "Mode for writing journal entries for hledger")
+ (description
+ "A major mode for writing hledger journal files. It generates some
+useful reports along with some financial ratios that can help you
+keep a check on your financial health. This is an attempt to
+organize personal finances for Emacs users. If you don not like this,
+try @code{emacs-ledger-mode}.")
+ (license license:gpl3))))
+
(define-public geierlein
(package
(name "geierlein")
--
2.34.0
This bug report was last modified 2 years and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.