diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 236b92d023..85e7b03a33 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -824,7 +824,8 @@ (define-public imath ;; precision), as was discussed and patched long ago: ;; . It seems the relevant fixes ;; didn't make it upstream, so skip tests. - (list #:tests? (not (target-x86-32?)))) + (list #:tests? (not (or (target-x86-32?) + (%current-target-system))))) (home-page "https://github.com/AcademySoftwareFoundation/Imath") (synopsis "Library of math operations for computer graphics") (description