guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/16: gnu: python-translate-toolkit: Disable sanity check.


From: guix-commits
Subject: 15/16: gnu: python-translate-toolkit: Disable sanity check.
Date: Thu, 3 Feb 2022 17:45:00 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit df0ad9560f5a42f2851501657a4c032fa125b88c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 3 21:27:09 2022 +0100

    gnu: python-translate-toolkit: Disable sanity check.
    
    * gnu/packages/python-xyz.scm (python-translate-toolkit)[arguments]: Add
     #:phases.
---
 gnu/packages/python-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]