mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-beancount: Enable tests.
* gnu/packages/finance.scm (emacs-beancount): Enable tests. [arguments]<test-command>: Set argument. <phases>: Add phase 'adjust-available-beancount-options. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
6a3dc30f51
commit
6acb4b88ad
1 changed files with 10 additions and 0 deletions
|
@ -2215,6 +2215,16 @@ software Beancount with a focus on features and usability.")
|
|||
"01ivxgv1g0pkr0xi43366pghc3j3mmhk5bshis6kkn04bq04cx7f"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command #~(list "make" "test")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'adjust-available-beancount-options
|
||||
(lambda _
|
||||
(substitute* "beancount.el"
|
||||
(("\"account_unrealized_gains\"") "")))))))
|
||||
(native-inputs
|
||||
(list beancount))
|
||||
(home-page "https://github.com/beancount/beancount-mode")
|
||||
(synopsis "Emacs mode for Beancount")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue