summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/texlive.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 0204a256ef..1a50eb454f 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014 Eric Bavier <[email protected]>
;;; Copyright © 2015 Mark H Weaver <[email protected]>
;;; Copyright © 2016 Roel Janssen <[email protected]>
-;;; Copyright © 2016, 2018, 2019, 2020, 2021 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2018-2021, 2023 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Federico Beffa <[email protected]>
;;; Copyright © 2016 Thomas Danckaert <[email protected]>
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <[email protected]>
@@ -313,8 +313,9 @@ This package contains the binaries.")
(texlive-bin (assoc-ref inputs "texlive-bin"))
(texbin (string-append texlive-bin "/bin"))
(tlpkg (string-append texlive-bin "/share/tlpkg")))
- ;; LuaJIT is not ported to powerpc64* yet.
- (if ,(target-ppc64le?)
+ ;; LuaJIT is not ported to some systems yet.
+ (if ,(or (target-ppc64le?)
+ (target-riscv64?))
(substitute* fmtutilcnf
(("^(luajittex|luajithbtex|mfluajit)" m)
(string-append "#! " m))))