GNU bug report logs -
#64225
[PATCH 0/9] Adding unrelated texlive packages
Previous Next
Reported by: reza <reza <at> housseini.me>
Date: Thu, 22 Jun 2023 11:54:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 64225 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-luatex85): New variable.
---
gnu/packages/tex.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 94b31ea082..95b358b604 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11051,6 +11051,22 @@ (define-deprecated-package texlive-generic-iftex texlive-iftex)
(define-deprecated-package texlive-generic-ifxetex texlive-iftex)
+(define-public texlive-luatex85
+ (package
+ (inherit (simple-texlive-package
+ "texlive-luatex85"
+ (list "doc/generic/luatex85/"
+ "source/generic/luatex85/"
+ "tex/generic/luatex85/")
+ (base32
+ "02j42g9c5smgbrk898fpvrgqlxqcqi8xch23awvnbvg6y54cs573")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/generic/luatex85")
+ (synopsis "pdfTeX aliases for LuaTeX")
+ (description
+ "The package provides emulation of pdfTeX primitives for LuaTeX v0.85+.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tabu
(let ((template
(simple-texlive-package
--
2.40.1
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.