me
/
guix
Archived
1
0
Fork 0

gnu: emacs-beancount: Do not inherit inputs from beancount.

* gnu/packages/finance.scm (emacs-beancount)[inputs, native-inputs]: New fields.
master
Marius Bakke 2020-04-07 18:44:57 +02:00
parent 74b992fb43
commit 48cb64084a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -1457,6 +1457,8 @@ generate a variety of reports from them, and provides a web interface.")
(lambda _
(chdir "editors/emacs")
#t)))))
(inputs '())
(native-inputs '())
(synopsis "Emacs mode for beancount")
(description
"Emacs-beancount is an Emacs mode for the Beancount accounting tool.")))