mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: texlive: Drop special handling of mips64.
The architecture is effectively abandoned and cannot be tested any more. * gnu/packages/texlive.scm (texlivebin)[arguments]: Remove check for mips64 when enabling tests.
This commit is contained in:
parent
4b6a82517e
commit
4385fbcde5
1 changed files with 0 additions and 7 deletions
|
@ -186,13 +186,6 @@ (define-public texlivebin
|
|||
"--disable-mfluajit")
|
||||
'()))
|
||||
|
||||
;; Disable tests on some architectures to cope with a failure of
|
||||
;; luajiterr.test.
|
||||
;; XXX FIXME fix luajit properly on these architectures.
|
||||
#:tests? ,(let ((s (or (%current-target-system)
|
||||
(%current-system))))
|
||||
(not (string-prefix? "mips64" s)))
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-psutils-test
|
||||
|
|
Loading…
Reference in a new issue