From abbade3c60b039788ee1855112792c0c561ff79a Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 30 Jan 2026 00:31:20 +0100 Subject: gnu: Fix build of trytond modules. The pyproject-build-system changed the order of phases. Thus prepare-check must go before sanity-check. To hopefully be more resilient to future changes, add it relatively to wrap, which comes before sanity-check. * gnu/packages/tryton.scm (tryton-phases)[prepare-check]: Move after wrap. Change-Id: I2b4662313e430fa32989d326f862458f5d7c4e49 Signed-off-by: Andreas Enge --- gnu/packages/tryton.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index b5e22a15568..d1de08750bc 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -198,7 +198,7 @@ filterwarnings = "Return the phases for building and testing a Tryton module named MODULE. If present, pass EXTRA-TEST-ARGUMENTS to pytest as well." #~(modify-phases %standard-phases - (add-before 'check 'prepare-check + (add-after 'wrap 'prepare-check (lambda* (#:key tests? #:allow-other-keys) (when tests? (setenv "DB_NAME" ":memory:") -- cgit v1.3