mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 14:40:36 +02:00
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 <andreas@enge.fr>