[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/409: gnu: texlive-stringenc: Fix build.
From: |
guix-commits |
Subject: |
67/409: gnu: texlive-stringenc: Fix build. |
Date: |
Sat, 20 May 2023 04:02:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 573ee3aa9f47104345f5490d537bf03a1c49682c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 14:01:26 2023 +0200
gnu: texlive-stringenc: Fix build.
* gnu/packages/tex.scm (texlive-stringenc): Remove `simple-texlive-package'
call.
[source]: Add missing locations.
---
gnu/packages/tex.scm | 37 +++++++++++++++++--------------------
1 file changed, 17 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3d20b30e97..7e66b16be3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4095,27 +4095,24 @@ default is a stub that just loads @code{graphicx}.")
(license license:lppl1.3c+)))
(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
- (inherit template)
- (outputs '("doc" "out"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "generic/stringenc")
- ((#:build-targets _ #t)
- '(list "stringenc.dtx"))))
- (home-page "https://www.ctan.org/pkg/stringenc")
- (synopsis "Converting a string between different encodings")
- (description
- "This package provides @code{\\StringEncodingConvert} for converting a
+ (package
+ (name "texlive-stringenc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/stringenc/"
+ "source/latex/stringenc/"
+ "tex/generic/stringenc/")
+ (base32
+ "1pz9fgn3zc1brbpkw2kkphsv8q6vpvbn51n0smmfl1n2m97fni9j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/stringenc")
+ (synopsis "Converting a string between different encodings")
+ (description
+ "This package provides @code{\\StringEncodingConvert} for converting a
string between different encodings. Both LaTeX and plain-TeX are supported.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-public texlive-l3build
(let ((template (simple-texlive-package
- 95/409: gnu: Add texlive-luatexbase., (continued)
- 95/409: gnu: Add texlive-luatexbase., guix-commits, 2023/05/20
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/20
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/20
- 132/409: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/20
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/20
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build.,
guix-commits <=
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/20