guix-commits
[Top][All Lists]
Advanced

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

429/435: gnu: Add texlive-luatex85.


From: guix-commits
Subject: 429/435: gnu: Add texlive-luatex85.
Date: Tue, 6 Jun 2023 11:40:38 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 604bed3e02eac2e43073e4b512bfcd3b144b3714
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 4 08:47:16 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 250aa152b2..2d86514c41 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4542,6 +4542,25 @@ stub package provides a compatibility layer to allow 
existing packages to
 upgrade smoothly to the new support structure.")
     (license license:lppl1.3+)))
 
+(define-public texlive-luatex85
+  (package
+    (name "texlive-luatex85")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/luatex85/"
+                   "source/generic/luatex85/"
+                   "tex/generic/luatex85/")
+             (base32
+              "02j42g9c5smgbrk898fpvrgqlxqcqi8xch23awvnbvg6y54cs573")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/luatex85";)
+    (synopsis "pdfTeX aliases for LuaTeX")
+    (description
+     "The package provides emulation of pdfTeX primitives for LuaTeX v0.85+.")
+    (license license:lppl1.3+)))
+
 ;; TODO: We should be able to build this from the sources on Github with
 ;; texlive-l3build, but I haven't been able to get it to work.
 (define-public texlive-luaotfload



reply via email to

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