mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: texlive-latex-base: Disable some formats on powerpc-linux.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom 'build phase to skip the jit formats also on powerpc-linux.
This commit is contained in:
parent
ab18997f1c
commit
38add920bc
1 changed files with 3 additions and 4 deletions
|
@ -2742,10 +2742,9 @@ (define-public texlive-latex-base
|
||||||
"platex-dev eptex" "uplatex-dev euptex"
|
"platex-dev eptex" "uplatex-dev euptex"
|
||||||
"csplain pdftex" "mf mf-nowin" "mex pdftex" "pdfmex pdftex"
|
"csplain pdftex" "mf mf-nowin" "mex pdftex" "pdfmex pdftex"
|
||||||
"luacsplain luatex" "optex luatex"
|
"luacsplain luatex" "optex luatex"
|
||||||
;; LuaJIT is not ported to powerpc64le* yet.
|
;; LuaJIT is not ported to powerpc64le* yet and
|
||||||
,@(if (string-prefix? "powerpc64le"
|
;; building these fail on powerpc.
|
||||||
(or (%current-target-system)
|
,@(if (target-powerpc?)
|
||||||
(%current-system)))
|
|
||||||
'("luajittex" "luajithbtex" "mfluajit") '())
|
'("luajittex" "luajithbtex" "mfluajit") '())
|
||||||
"cont-en xetex" "cont-en pdftex" "pdfcsplain xetex"
|
"cont-en xetex" "cont-en pdftex" "pdfcsplain xetex"
|
||||||
"pdfcsplain pdftex" "pdfcsplain luatex" "cslatex pdftex"
|
"pdfcsplain pdftex" "pdfcsplain luatex" "cslatex pdftex"
|
||||||
|
|
Loading…
Reference in a new issue