mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -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-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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-psutils-test
|
(add-after 'unpack 'patch-psutils-test
|
||||||
|
|
Loading…
Reference in a new issue