Archived
1
0
Fork 0

gnu: texlive-stringenc: Fix build.

* gnu/packages/tex.scm (texlive-stringenc): Remove `simple-texlive-package' call.
[source]: Add missing locations.
This commit is contained in:
Nicolas Goaziou 2023-05-13 14:01:26 +02:00
parent 97188ba798
commit 6539f4e8cd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4087,27 +4087,24 @@ default is a stub that just loads @code{graphicx}.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-stringenc (define-public texlive-stringenc
(let ((template (simple-texlive-package
"texlive-stringenc"
(list "/doc/latex/stringenc/README.md"
"/source/latex/stringenc/stringenc.dtx")
(base32
"19sfi5jxldxmy79pxmapmgmn3iknf8wjczasvlrrwv0gyycxdzhw"))))
(package (package
(inherit template) (name "texlive-stringenc")
(outputs '("doc" "out")) (version (number->string %texlive-revision))
(arguments (source (texlive-origin
(substitute-keyword-arguments (package-arguments template) name version
((#:tex-directory _ #t) (list "doc/latex/stringenc/"
"generic/stringenc") "source/latex/stringenc/"
((#:build-targets _ #t) "tex/generic/stringenc/")
'(list "stringenc.dtx")))) (base32
(home-page "https://www.ctan.org/pkg/stringenc") "1pz9fgn3zc1brbpkw2kkphsv8q6vpvbn51n0smmfl1n2m97fni9j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/stringenc")
(synopsis "Converting a string between different encodings") (synopsis "Converting a string between different encodings")
(description (description
"This package provides @code{\\StringEncodingConvert} for converting a "This package provides @code{\\StringEncodingConvert} for converting a
string between different encodings. Both LaTeX and plain-TeX are supported.") string between different encodings. Both LaTeX and plain-TeX are supported.")
(license license:lppl1.3c+)))) (license license:lppl1.3c+)))
(define-public texlive-l3build (define-public texlive-l3build
(let ((template (simple-texlive-package (let ((template (simple-texlive-package