gnu: emacs-beancount: Do not inherit inputs from beancount.
* gnu/packages/finance.scm (emacs-beancount)[inputs, native-inputs]: New fields.
This commit is contained in:
parent
74b992fb43
commit
48cb64084a
@ -1457,6 +1457,8 @@ generate a variety of reports from them, and provides a web interface.")
|
|||||||
(lambda _
|
(lambda _
|
||||||
(chdir "editors/emacs")
|
(chdir "editors/emacs")
|
||||||
#t)))))
|
#t)))))
|
||||||
|
(inputs '())
|
||||||
|
(native-inputs '())
|
||||||
(synopsis "Emacs mode for beancount")
|
(synopsis "Emacs mode for beancount")
|
||||||
(description
|
(description
|
||||||
"Emacs-beancount is an Emacs mode for the Beancount accounting tool.")))
|
"Emacs-beancount is an Emacs mode for the Beancount accounting tool.")))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user