gnu: emacs-beancount: Do not inherit inputs from beancount.
* gnu/packages/finance.scm (emacs-beancount)[inputs, native-inputs]: New fields.master
parent
74b992fb43
commit
48cb64084a
|
@ -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.")))
|
||||
|
|
Reference in New Issue