rekahsoft-gnu: Add comments, no functional changes

This commit is contained in:
Collin J. Doering 2022-04-08 13:44:50 -04:00
parent 2b3e49152e
commit 134135c423
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
3 changed files with 10 additions and 0 deletions

View File

@ -871,6 +871,7 @@ dashboard!")
(description "No description available.")
(license license:gpl3)))
;; TODO: send upsteam
(define-public emacs-eval-in-repl
(package
(name "emacs-eval-in-repl")
@ -1011,6 +1012,7 @@ Alchemist comes with a bunch of features, which are:
@end itemize")
(license license:gpl3)))
;; TODO: send upstream
(define-public emacs-js-comint
(package
(name "emacs-js-comint")
@ -1035,6 +1037,7 @@ quickly.
For usage details, see @uref{https://github.com/redguardtoo/js-comint#usage}")
(license license:gpl3)))
;; TODO: send upstream
(define-public emacs-rcirc-notify
(let ((commit "841a7b5a6cdb0c11a812df924d2c6a7d364fd455")
(revision "1"))
@ -1057,6 +1060,7 @@ 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"))

View File

@ -448,6 +448,8 @@ Amazon Web Services (AWS) API.")))
(description "ofxhome.com financial institution lookup REST client")
(license license:expat)))
;; Can be removed (only used by python-ofxclient, but is not actually needed
;; once upstream changes (https://issues.guix.gnu.org/54768) are merged
(define-public python-argparse
(package
(name "python-argparse")
@ -464,6 +466,7 @@ Amazon Web Services (AWS) API.")))
(description "Python command-line parsing library")
(license license:psfl)))
;; Sent upstream: https://issues.guix.gnu.org/54768
(define-public python-ofxclient
(package
(name "python-ofxclient")
@ -487,6 +490,7 @@ Amazon Web Services (AWS) API.")))
(description "OFX client for dowloading transactions from banks")
(license license:expat)))
;; Sent upstream: https://issues.guix.gnu.org/54768
(define-public ledger-autosync
(package
(name "ledger-autosync")

View File

@ -39,6 +39,7 @@
#:use-module (gnu packages tmux)
#:use-module (rekahsoft-gnu packages golang))
;; TODO: merge with upstream, adding missing functionality that is captured in this package (zsh keybindings)
(define-public fzf
(package
(name "fzf")
@ -96,6 +97,7 @@ files, command history, processes, hostnames, bookmarks, git commits, etc..")
(home-page "https://github.com/junegunn/fzf")
(license license:expat)))
;; TODO: Candidate for upstream
(define-public spaceship-prompt
(package
(name "spaceship-prompt")