[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/418: gnu: texlive-stringenc: Fix build.
From: |
guix-commits |
Subject: |
67/418: gnu: texlive-stringenc: Fix build. |
Date: |
Fri, 2 Jun 2023 17:23:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d89cd7c5e8a033a23f1582dcee63038004bea00b
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 a11b35ce69..784f3d022c 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
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., (continued)
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/02
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/02
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/02
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/02
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/02
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/02
- 52/418: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/02
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/02
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/02
- 66/418: gnu: Add texlive-atenddvi., guix-commits, 2023/06/02
- 67/418: gnu: texlive-stringenc: Fix build.,
guix-commits <=
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/02
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/02
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/02
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/02
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/02
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/02
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/02
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/02
- 108/418: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/02
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/02