From 2a671f6ab4cb69a4eab3f6b8499d2c6f7d48c3e2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 30 Apr 2026 11:52:53 +0100 Subject: [PATCH] gnu: fava-envelope-airmail: Disable missing tests. * gnu/packages/finance.scm (fava-envelope-airmail): [arguments] : 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 --- gnu/packages/finance.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 11f2016f8f4..e87890daad1 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -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