[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: texlive: Fix target-system check.
From: |
Mark H. Weaver |
Subject: |
04/08: gnu: texlive: Fix target-system check. |
Date: |
Tue, 06 Jan 2015 18:42:46 +0000 |
mhw pushed a commit to branch core-updates
in repository guix.
commit d2e842814a233b7d0a72b4071fa2e8878fe0bb82
Author: Mark H Weaver <address@hidden>
Date: Tue Jan 6 13:16:43 2015 -0500
gnu: texlive: Fix target-system check.
* gnu/packages/texlive.scm (texlive)[arguments]: Fix target-system
check.
---
gnu/packages/texlive.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index f14bbb8..e332140 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Andreas Enge <address@hidden>
;;; Copyright © 2014 Eric Bavier <address@hidden>
+;;; Copyright © 2015 Mark H Weaver <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -123,7 +124,7 @@
;; Disable tests on mips64 to cope with a failure of luajiterr.test.
;; XXX FIXME fix luajit properly on mips64.
- #:tests? ,(not (equal? "mips64el-linux" (or (%current-target-system)
+ #:tests? ,(not (string-prefix? "mips64" (or (%current-target-system)
(%current-system))))
#:phases
(alist-cons-after
- branch core-updates updated (9b1bf33 -> 77a3979), Mark H. Weaver, 2015/01/06
- 02/08: gnu: mit-krb5: Build with default gcc., Mark H. Weaver, 2015/01/06
- 05/08: gnu: boost: Fix target-system check., Mark H. Weaver, 2015/01/06
- 04/08: gnu: texlive: Fix target-system check.,
Mark H. Weaver <=
- 06/08: gnu: gawk: Fix target-system check., Mark H. Weaver, 2015/01/06
- 07/08: gnu: icu4c: Avoid use of 'patchelf'; fix build on ARM systems., Mark H. Weaver, 2015/01/06
- 01/08: Merge branch 'master' into core-updates, Mark H. Weaver, 2015/01/06
- 08/08: gnu: swig: Build a UTF-8 locale for the tests., Mark H. Weaver, 2015/01/06
- 03/08: gnu: gtk+: Include xorg-server in native-inputs on MIPS; enable tests., Mark H. Weaver, 2015/01/06