diff options
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index cc91ec39cc..31c2c4cfd1 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -71668,6 +71668,10 @@ documents as well as DVI output.") (add-after 'unpack-biber-source 'build-biber (lambda args (with-directory-excursion "build" + ;; The following tests fail on i686. + #$@(if (target-x86-32?) + '((delete-file "t/dateformats.t")) + '()) (for-each (lambda (phase) (apply (assoc-ref perl:%standard-phases phase) args)) '(configure build check install))))) |