guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-riscv updated: fixup texlive-bin


From: guix-commits
Subject: branch wip-riscv updated: fixup texlive-bin
Date: Sun, 22 Aug 2021 07:21:23 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch wip-riscv
in repository guix.

The following commit(s) were added to refs/heads/wip-riscv by this push:
     new 4295dd8  fixup texlive-bin
4295dd8 is described below

commit 4295dd8967a75719fc4bf7e1af4ca52639317588
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 22 14:17:49 2021 +0300

    fixup texlive-bin
---
 gnu/packages/tex.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 720dee3..ffe0bc8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -339,8 +339,7 @@ files from LOCATIONS with expected checksum HASH.  CODE is 
not currently in use.
          "--with-system-zlib"
          "--with-system-zziplib"
          ;; LuaJIT is not ported to some architectures yet.
-         ,@(if (or (string-prefix? "powerpc64le" (or (%current-target-system)
-                                                     (%current-system)))
+         ,@(if (or (target-ppc64le?)
                    (target-riscv?))
              '("--disable-luajittex"
                "--disable-luajithbtex"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]