diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a1fb9856d3..46419e8ace 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19251,7 +19251,12 @@ multitouch applications.") ;; TypeError: parse() missing 2 required positional arguments: 'tree' and ;; 'parse_funcs' ;; during test setup. - `(#:tests? #f)) + (list #:tests? #f + #:phases + #~(modify-phases %standard-phases + ;; translate-toolkit has many optional dependencies (see + ;; optional.txt), which the sanity check does not understand. + (delete 'sanity-check)))) (home-page "https://toolkit.translatehouse.org") (synopsis "Tools and API for translation and localization engineering") (description |