mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-04 16:24:08 +02:00
gnu: fava-envelope-airmail: Disable missing tests.
* gnu/packages/finance.scm (fava-envelope-airmail): [arguments] <tests?>: Disable tests which are not provided in PyPI archive or Git. [description]: Mention that the current package is a fork of the fork of original project. Change-Id: I1c231bca5fcca6d88024520c5051a0444876d9f8
This commit is contained in:
@@ -2171,12 +2171,18 @@ software Beancount with a focus on features and usability.")
|
||||
(sha256
|
||||
(base32 "18kdic6rg9qizam6cgd2ljpapwiqh2dc3s6wsaz46kjc1yhhwjqy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests
|
||||
(propagated-inputs (list fava))
|
||||
(native-inputs (list python-pdm-backend))
|
||||
(home-page "https://github.com/stenius/fava-envelope-airmail")
|
||||
(synopsis "Envelope budgeting for Fava/Beancount")
|
||||
(description "Envelope budgeting for Fava/Beancount with stats, scheduled
|
||||
transactions, and color-coded UI.")
|
||||
(description
|
||||
"Envelope budgeting for Fava/Beancount with stats, scheduled
|
||||
transactions, and color-coded UI. It's a fork of
|
||||
@url{https://github.com/memst/fava-envelope} (itself a fork of
|
||||
@url{https://github.com/polarmutex/fava-envelope}) that adds several
|
||||
enhancements for envelope budgeting.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public emacs-beancount
|
||||
|
||||
Reference in New Issue
Block a user