From 40dd3938009818c8027fdce93eb5d1a044f90177 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Fri, 17 Mar 2023 21:23:00 -0400 Subject: [PATCH] rekahsoft-gnu: Remove emacs-hledger-mode as it was accepted upstream * rekahsoft-gnu/packages/emacs-xyz.scm (emacs-flycheck-hledger): Remove variable (no longer needed after being merged upstream in the guix channel, commit: 3650425b4689ff716ad244cb48283c9daf8df148). --- rekahsoft-gnu/packages/emacs-xyz.scm | 32 ---------------------------- 1 file changed, 32 deletions(-) diff --git a/rekahsoft-gnu/packages/emacs-xyz.scm b/rekahsoft-gnu/packages/emacs-xyz.scm index 3f7f09a..f31c14e 100644 --- a/rekahsoft-gnu/packages/emacs-xyz.scm +++ b/rekahsoft-gnu/packages/emacs-xyz.scm @@ -862,38 +862,6 @@ For usage details, see @uref{https://github.com/redguardtoo/js-comint#usage}") the same functionality as it, but for rcirc.") (license license:gpl2)))) -;; Sent upstream: https://issues.guix.gnu.org/54771 -(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 emacs-flycheck-hledger (package (name "emacs-flycheck-hledger")