guix-commits
[Top][All Lists]
Advanced

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

16/35: gnu: Add texlive-generic-ifxetex.


From: Ricardo Wurmus
Subject: 16/35: gnu: Add texlive-generic-ifxetex.
Date: Thu, 15 Jun 2017 11:04:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1193aa896fbcff184f21714dd0265ec20471092c
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 9 11:51:59 2017 +0200

    gnu: Add texlive-generic-ifxetex.
    
    * gnu/packages/tex.scm (texlive-generic-ifxetex): New variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b14b0f..68d8f66 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -831,6 +831,30 @@ overwrite existing files and letting you use 
@code{filecontents} /
 @code{filecontents*} anywhere.")
     (license license:lppl1.3c+)))
 
+(define-public texlive-generic-ifxetex
+  (package
+    (name "texlive-generic-ifxetex")
+    (version "0.6")
+    (source (origin
+              (method svn-fetch)
+              (uri (texlive-ref "generic" "ifxetex"))
+              (sha256
+               (base32
+                "0w2xj7n0szavj329kds09q626szkc378p3w0sk022q0ln4ksz86d"))))
+    (build-system texlive-build-system)
+    (arguments
+     '(#:tex-directory "generic/ifxetex"
+       #:tex-format "xelatex"))
+    (inputs
+     `(("texlive-latex-filecontents" ,texlive-latex-filecontents)))
+    (home-page "http://www.ctan.org/pkg/ifxetex";)
+    (synopsis "Am I running under XeTeX?")
+    (description
+     "This is a simple package which provides an @code{\\ifxetex} conditional,
+so that other code can determine that it is running under XeTeX.  The package
+requires the etexe-TeX extensions to the TeX primitive set.")
+    (license license:lppl1.3c+)))
+
 (define texlive-texmf
   (package
    (name "texlive-texmf")



reply via email to

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