me
/
guix
Archived
1
0
Fork 0

gnu: python-translate-toolkit: Disable sanity check.

* gnu/packages/python-xyz.scm (python-translate-toolkit)[arguments]: Add
 #:phases.
master
Marius Bakke 2022-02-03 21:27:09 +01:00
parent 9396fef409
commit df0ad9560f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 6 additions and 1 deletions

View File

@ -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