[PATCH 0/9] Adding unrelated texlive packages

  • Done
  • quality assurance status badge
Details
4 participants
  • Andreas Enge
  • Nicolas Goaziou
  • Maxim Cournoyer
  • reza
Owner
unassigned
Submitted by
reza
Severity
normal

Debbugs page

R
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f3fd36-4ee3fab7-1cb8-4e4c-b955-c0096f51d58b-000000@eu-west-1.amazonses.com
This patch set adds a number of unrelated texlive packages. I tested them on
my own channel for several months now and I encountered no issues.

Reza Housseini (9):
gnu: Add texlive-filehook.
gnu: Add texlive-svg.
gnu: Add texlive-smartdiagram.
gnu: Add texlive-lualatex-math.
gnu: Add texlive-dtk.
gnu: Add texlive-transparent.
gnu: Add texlive-libertinus.
gnu: Add texlive-pgfplots.
gnu: Add texlive-luatex85.

gnu/packages/tex.scm | 231 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 231 insertions(+)


base-commit: bb09f3ac002a4f34177d42fd3ea0332f4b7fe7a6
--
2.40.1
R
[PATCH 1/9] gnu: Add texlive-filehook.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f5bdbe-3f1c5d58-8ce3-411b-ba87-715786d3a3d2-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-filehook): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Toggle diff (33 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b55dd2a5fd..82eb93c941 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3397,6 +3397,26 @@ (define-public texlive-filecontents
(define-deprecated-package texlive-latex-filecontents texlive-filecontents)
+(define-public texlive-filehook
+ (package
+ (inherit (simple-texlive-package
+ "texlive-filehook"
+ (list "doc/latex/filehook/"
+ "source/latex/filehook/"
+ "tex/latex/filehook/")
+ (base32
+ "03dsnv8fn111kn8h2fa281w2jvcdrqag1im6mkkfahvjgl1apk6k")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/latex/contrib/filehook")
+ (synopsis "Hooks for input files")
+ (description
+ "The package provides several file hooks (AtBegin, AtEnd, ...) for files read by
+\\input, \\include and \\InputIfFileExists. General hooks for all such files (e.g.
+ all \\included ones) and file specific hooks only used for named files are
+provided; two hooks are provided for the end of \\included files -- one before,
+and one after the final \\clearpage.")
+ (license license:lppl1.3+)))
+
(define-public texlive-epsf
(package
(inherit (simple-texlive-package
--
2.40.1
R
[PATCH 2/9] gnu: Add texlive-svg.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f5d108-1cb96f3d-b202-4ab4-9a3c-34eb8c3e985f-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-svg): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Toggle diff (38 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 82eb93c941..566a9fa0e8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3564,6 +3564,31 @@ (define-public texlive-graphics
(define-deprecated-package texlive-latex-graphics texlive-graphics)
+(define-public texlive-svg
+ (package
+ (inherit (simple-texlive-package
+ "texlive-svg"
+ (list "doc/latex/svg/"
+ "source/latex/svg/"
+ "tex/latex/svg/")
+ (base32
+ "1yizgrjn6l9j1cf8mvkjz0zni7bzmajszc1y8q80xc723nwnbq7q")
+ #:trivial? #t))
+ (home-page "https://ctan.org/graphics/svg")
+ (synopsis "Include and extract SVG pictures in LaTeX documents")
+ (description
+ "This bundle contains the two packages svg and svg-extract. The svg package is
+intended for the automated integration of SVG graphics into LaTeX documents.
+Therefore the capabilities provided by Inkscape -- or more precisely its command
+line tool -- are used to export the text within an SVG graphic to a separate
+file, which is then rendered by LaTeX. For this purpose the two commands
+\\includesvg and \\includeinkscape are provided which are very similar to the
+\\includegraphics command of the graphicx package. In addition, the package
+svg-extract allows the extraction of these graphics into independent files in
+different graphic formats, exactly as it is rendered within the LaTeX document,
+using either ImageMagick or Ghostscript.")
+ (license license:lppl1.3c)))
+
(define-public texlive-greek-fontenc
(package
(inherit (simple-texlive-package
--
2.40.1
R
[PATCH 3/9] gnu: Add texlive-smartdiagram.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f5e1f1-3cc1064e-058d-4ca5-bbd7-f03f59f5488d-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-smartdiagram): New variable.
---
gnu/packages/tex.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Toggle diff (27 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 566a9fa0e8..b6f44732e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4000,6 +4000,20 @@ (define-public texlive-onedown
output of bridge terms.")
(license license:lppl1.3+))))
+(define-public texlive-smartdiagram
+ (package
+ (inherit (simple-texlive-package
+ "texlive-smartdiagram"
+ (list "doc/latex/smartdiagram/"
+ "tex/latex/smartdiagram/")
+ (base32
+ "0b9rq06c0xm9dpd6yljvgay0p7xpglpddw10vlf5c50wma4xqjda")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/smartdiagram")
+ (synopsis "Generate diagrams from lists")
+ (description "The package will create ‘smart’ diagrams from lists of items, for simple documents and for presentations.")
+ (license license:public-domain)))
+
(define-public texlive-tools
(let ((template (simple-texlive-package
"texlive-tools"
--
2.40.1
R
[PATCH 4/9] gnu: Add texlive-lualatex-math.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f5ee30-8a2b77a0-1ad8-4fc1-9020-94e245f6e09f-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-lualatex-math): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Toggle diff (35 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b6f44732e2..37244ca76b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4476,6 +4476,28 @@ (define-public texlive-luaotfload
(define-deprecated-package texlive-luatex-luaotfload texlive-luaotfload)
+(define-public texlive-lualatex-math
+ (package
+ (inherit (simple-texlive-package
+ "texlive-lualatex-math"
+ (list "doc/lualatex/lualatex-math/"
+ "source/lualatex/lualatex-math/"
+ "tex/lualatex/lualatex-math/")
+ (base32
+ "1xfr31rwr7zc6d5bsc3v5lwvcfrg109rzfgvvs69w4xs61j06jcg")
+ #:trivial? #t))
+ (propagated-inputs (list texlive-filehook texlive-etoolbox))
+ (home-page "https://ctan.org/macros/luatex/latex/lualatex-math")
+ (synopsis "Fixes for mathematics-related LuaLaTeX issues")
+ (description
+ "The package patches a few commands of the LaTeX2e kernel and the amsmath and
+mathtools packages to be more compatible with the LuaTeX engine. It is only
+meaningful for LuaLaTeX documents containing mathematical formulas, and does not
+exhibit any new functionality. The fixes are mostly moved from the unicode-math
+package to this package since they are not directly related to Unicode
+mathematics typesetting.")
+ (license license:lppl1.3c)))
+
(define-public texlive-amsmath
(let ((template (simple-texlive-package
"texlive-amsmath"
--
2.40.1
R
[PATCH 5/9] gnu: Add texlive-dtk.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f5f8ba-86b9292e-c0c1-4222-a531-14097dfffeee-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-dtk): New variable.
---
gnu/packages/tex.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Toggle diff (27 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 37244ca76b..83ec2f1de3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6222,6 +6222,20 @@ (define-public texlive-latex-g-brief
\"old\" and a \"new\" version of g-brief.")
(license license:lppl)))
+(define-public texlive-dtk
+ (package
+ (inherit (simple-texlive-package
+ "texlive-dtk"
+ (list "doc/latex/dtk/"
+ "tex/latex/dtk/")
+ (base32
+ "1yibr5jfn67780wpks6cvy8phq6fqgji2ay60nvykj3hizjc0nci")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/dtk")
+ (synopsis "Document class for the journal of DANTE")
+ (description "The bundle provides a class and style file for typesetting “Die TEXnische Komödie” — the communications of the German TEX Users Group DANTE e.V. The arrangement means that the class may be used by article writers to typeset a single article, as well as to produce the complete journal.")
+ (license license:public-domain)))
+
(define-public texlive-latex-galois
(package
(name "texlive-latex-galois")
--
2.40.1
R
[PATCH 6/9] gnu: Add texlive-transparent.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f5ffab-f618139b-aa85-4719-b22d-e3bca3da9963-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-transparent): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Toggle diff (31 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 83ec2f1de3..252f60327b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6916,6 +6916,24 @@ (define-public texlive-latex-colortbl
tables to be coloured.")
(license license:lppl)))
+(define-public texlive-transparent
+ (package
+ (inherit (simple-texlive-package
+ "texlive-transparent"
+ (list "doc/latex/transparent/"
+ "source/latex/transparent/"
+ "tex/latex/transparent/")
+ (base32
+ "172vh8fdrf67inzyrmah0kr1jdc8b3v9f18qrcrgabybhrh5j7qk")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/latex/contrib/transparent")
+ (synopsis "Using a color stack for transparency with pdfTeX")
+ (description
+ "Since version 1.40 pdfTeX supports several color stacks; the package uses a
+separate colour stack for control of transparency (which is not, of course, a
+colour).")
+ (license license:lppl1.3+)))
+
(define-public texlive-latex-fancybox
(package
(name "texlive-latex-fancybox")
--
2.40.1
R
[PATCH 7/9] gnu: Add texlive-libertinus.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f60a47-d303c7a4-a092-4165-b17f-8753840e1501-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-libertinus-otf): New variable.
* gnu/packages/tex.scm (texlive-libertinus-type1): New variable.
* gnu/packages/tex.scm (texlive-libertinus): New variable.
---
gnu/packages/tex.scm | 59 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
Toggle diff (72 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 252f60327b..c74b3bbe2c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8378,6 +8378,65 @@ (define-public texlive-libertine
license:silofl1.1
license:lppl))))
+(define-public texlive-libertinus-otf
+ (package
+ (inherit (simple-texlive-package
+ "texlive-libertinus-otf"
+ (list "doc/fonts/libertinus-otf/"
+ "tex/latex/libertinus-otf/"
+ "fonts/opentype/public/libertinus-fonts/")
+ (base32
+ "09n2j9p1c314nv1l2i2j58ij0h4s89mi49zrrkbzl6p6f51dl35f")
+ #:trivial? #t))
+ (home-page "https://ctan.org/fonts/libertinus-otf")
+ (synopsis "Support for Libertinus OpenType")
+ (description
+ "This package offers LuaLaTeX/XeLaTeX support for the Libertinus OpenType fonts
+maintained by Khaled Hosny. Missing fonts are defined via several font feature
+settings. The Libertinus fonts are similiar to Libertine and Biolinum, but come
+with math symbols.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-libertinus-type1
+ (package
+ (inherit (simple-texlive-package
+ "texlive-libertinus-type1"
+ (list "doc/fonts/libertinus-type1/"
+ "fonts/enc/dvips/libertinus-type1/"
+ "fonts/map/dvips/libertinus-type1/"
+ "fonts/tfm/public/libertinus-type1/"
+ "fonts/type1/public/libertinus-type1/"
+ "fonts/vf/public/libertinus-type1/"
+ "tex/latex/libertinus-type1/")
+ (base32
+ "1f4w0p0jdmhpnj8x5anm6jv2jzbf5bhajq2qnxcacp23k7fjkq86")
+ #:trivial? #t))
+ (home-page "https://ctan.org/fonts/libertinus-type1")
+ (synopsis "Support for using Libertinus fonts with LaTeX/pdfLaTeX")
+ (description
+ "This package provides support for use of Libertinus fonts with traditional
+processing engines (LaTeX with dvips or dvipdfmx, or pdfLaTeX).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-libertinus
+ (package
+ (inherit (simple-texlive-package
+ "texlive-libertinus"
+ (list "doc/fonts/libertinus/"
+ "tex/latex/libertinus/")
+ (base32
+ "13m20jkrf0sp39f0ihc0fw7spzc3gys5xdc720r5gzdnbdqdvih4")
+ #:trivial? #t))
+ (propagated-inputs (list texlive-libertinus-otf texlive-libertinus-type1))
+ (home-page "https://ctan.org/fonts/libertinus")
+ (synopsis
+ "Wrapper to use the correct libertinus package according to the used TeX engine")
+ (description
+ "This package is only a wrapper for the the two packages libertinus-type1
+(pdfLaTeX) and libertinus-otf (LuaLaTeX/XeLaTeX). The Libertinus fonts are
+similiar to Libertine and Biolinum, but come with math symbols.")
+ (license license:lppl1.3+)))
+
(define-public texlive-dejavu
(package
(inherit (simple-texlive-package
--
2.40.1
R
[PATCH 8/9] gnu: Add texlive-pgfplots.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f61d98-d75e196e-3fdf-4eaf-b616-d84c8f15bc13-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-pgfplots): New variable.
---
gnu/packages/tex.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Toggle diff (56 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c74b3bbe2c..94b31ea082 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9853,6 +9853,49 @@ (define-public texlive-pgf
(define-deprecated-package texlive-latex-pgf texlive-pgf)
+(define-public texlive-pgfplots
+ (package
+ (inherit (simple-texlive-package
+ "texlive-pgfplots"
+ (list "doc/context/third/pgfplots/"
+ "doc/generic/pgfplots/"
+ "doc/latex/pgfplots/"
+ "doc/plain/pgfplots/"
+ "scripts/pgfplots/"
+ "source/context/third/pgfplots/"
+ "source/latex/pgfplots/"
+ "tex/context/third/pgfplots/"
+ "tex/generic/pgfplots/"
+ "tex/generic/pgfplots/libs/"
+ "tex/generic/pgfplots/liststructure/"
+ "tex/generic/pgfplots/lua/"
+ "tex/generic/pgfplots/lua/pgfplots/"
+ "tex/generic/pgfplots/lua/pgfplotsoldpgfsupp/luamath/"
+ "tex/generic/pgfplots/numtable/"
+ "tex/generic/pgfplots/oldpgfcompatib/"
+ "tex/generic/pgfplots/oldpgfplotscompatib/"
+ "tex/generic/pgfplots/pgfcontrib/"
+ "tex/generic/pgfplots/sys/"
+ "tex/generic/pgfplots/test/"
+ "tex/generic/pgfplots/util/"
+ "tex/latex/pgfplots/"
+ "tex/latex/pgfplots/libs/"
+ "tex/plain/pgfplots/")
+ (base32
+ "08ahzc3yvqj31m018d313bbhvcka59dfdmphlrsavqk68x9023k1")
+ #:trivial? #t))
+ (propagated-inputs (list texlive-pgf))
+ (home-page "https://ctan.org/graphics/pgf/contrib/pgfplots")
+ (synopsis "Create normal/logarithmic plots in two and three dimensions")
+ (description
+ "PGFPlots draws high-quality function plots in normal or logarithmic scaling with
+a user-friendly interface directly in TeX. The user supplies axis labels, legend
+entries and the plot coordinates for one or more plots and PGFPlots applies axis
+scaling, computes any logarithms and axis ticks and draws the plots, supporting
+line plots, scatter plots, piecewise constant plots, bar plots, area plots,
+mesh-- and surface plots and some more. Pgfplots is based on PGF/TikZ (PGF); it
+runs equally for LaTeX/TeX/ConTeXt.")))
+
(define-public texlive-latex-koma-script
(package
(name "texlive-latex-koma-script")
--
2.40.1
R
[PATCH 9/9] gnu: Add texlive-luatex85.
(name . 64225@debbugs.gnu.org)(address . 64225@debbugs.gnu.org)(name . reza)(address . reza@housseini.me)
01020188e2f62bc5-5fa7234c-03fa-48f8-8f57-908a082c0dee-000000@eu-west-1.amazonses.com
* gnu/packages/tex.scm (texlive-luatex85): New variable.
---
gnu/packages/tex.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Toggle diff (29 lines)
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
N
N
Nicolas Goaziou wrote on 22 Jun 2023 10:08
Re: [bug#64225] [PATCH 0/9] Adding unrelated texlive packages
(name . reza via Guix-patches via)(address . guix-patches@gnu.org)
87cz1ntofp.fsf@nicolasgoaziou.fr
Hello,

reza via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (3 lines)
> This patch set adds a number of unrelated texlive packages. I tested them on
> my own channel for several months now and I encountered no issues.

I'm in the process of rewriting the texlive build system (in the
tex-team-next branch). You may want to wait this branch to be merged.

Besides, some of the packages are already added to that branch.

Regards,
--
Nicolas Goaziou
R
01020188e4e2a4fd-001176f2-dc37-4d72-b6be-0a9d70b7f56d-000000@eu-west-1.amazonses.com
Hi Nicolas

Toggle quote (3 lines)
> I'm in the process of rewriting the texlive build system (in the
> tex-team-next branch). You may want to wait this branch to be merged.

No worries I'm not in a hurry, when do think will the rewrite land on
master? Shall I send a patch for the tex-team-next branch?

Cheers,
Reza
Attachment: OpenPGP_signature
N
N
Nicolas Goaziou wrote on 22 Jun 2023 22:49
(name . reza via Guix-patches via)(address . guix-patches@gnu.org)
874jmyu3rj.fsf@nicolasgoaziou.fr
Hello,

reza via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (8 lines)
> Hi Nicolas
>
>> I'm in the process of rewriting the texlive build system (in the
>> tex-team-next branch). You may want to wait this branch to be merged.
>
> No worries I'm not in a hurry, when do think will the rewrite land on
> master?

I don't know. I still need to fix a problem on monolithic texlive, then
everything is ready. Then it will need to be built by the CI. Hopefully,
this will not be long.

Toggle quote (2 lines)
> Shall I send a patch for the tex-team-next branch?

New packages do not trigger rebuilds, so this can wait for the branch to
be merged.

Regards,
--
Nicolas Goaziou
M
M
Maxim Cournoyer wrote on 6 Sep 2023 07:27
Re: bug#64225: [PATCH 0/9] Adding unrelated texlive packages
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)
87tts75qdd.fsf_-_@gmail.com
Hi Nicolas,

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

Toggle quote (12 lines)
> Hello,
>
> reza via Guix-patches via <guix-patches@gnu.org> writes:
>
>> Hi Nicolas
>>
>>> I'm in the process of rewriting the texlive build system (in the
>>> tex-team-next branch). You may want to wait this branch to be merged.
>>
>> No worries I'm not in a hurry, when do think will the rewrite land on
>> master?

Is there still something to salvage here, or should we close it?

Thanks Reza for the contribution.

--
Thanks,
Maxim
M
M
Maxim Cournoyer wrote on 6 Sep 2023 07:27
control message for bug #64225
(address . control@debbugs.gnu.org)
87sf7r5qd7.fsf@gmail.com
tags 64225 + moreinfo
quit
A
A
Andreas Enge wrote on 7 Sep 2023 09:13
Almost all done
(address . 64225@debbugs.gnu.org)(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)
ZPn2UfO3iuUKXu4-@jurong
Hello,

all packages except for texlive-dtk are now packaged. We do have
texlive-dtk-bibliography. Is not packaging texlive-dtk an oversight,
or is it in a non-obvious place, or is it not part of texlive?

Andreas
N
N
Nicolas Goaziou wrote on 7 Sep 2023 10:06
(name . Andreas Enge)(address . andreas@enge.fr)(address . 64225@debbugs.gnu.org)
87h6o5gbft.fsf@nicolasgoaziou.fr
Hello,

Andreas Enge <andreas@enge.fr> writes:

Toggle quote (4 lines)
> all packages except for texlive-dtk are now packaged. We do have
> texlive-dtk-bibliography. Is not packaging texlive-dtk an oversight,
> or is it in a non-obvious place, or is it not part of texlive?

Unless I'm missing something, there is a `texlive-dtk' package in
"tex.scm" (starting line 81116).

Regards,
--
Nicolas Goaziou
A
A
Andreas Enge wrote on 7 Sep 2023 11:05
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 64225-done@debbugs.gnu.org)
ZPoQ6hwsnLO-ki7_@jurong
Am Thu, Sep 07, 2023 at 07:06:30PM +0200 schrieb Nicolas Goaziou:
Toggle quote (3 lines)
> Unless I'm missing something, there is a `texlive-dtk' package in
> "tex.scm" (starting line 81116).

Ah, sorry, little difference between my "pulled" and my "pre-inst-enved" Guix.
So closing this bug!

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64225@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64225
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch