[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/452: gnu: texlive-stringenc: Fix build.
From: |
guix-commits |
Subject: |
67/452: gnu: texlive-stringenc: Fix build. |
Date: |
Fri, 9 Jun 2023 13:42:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b117d80fb23626b8d4370485d9165fb6a1dbe36a
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 e1bac1f06b..94a771dd31 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4087,27 +4087,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
- 164/452: gnu: texlive-mdframed: Refresh package definition., (continued)
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09
- 174/452: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/09
- 25/452: gnu: Add texlive-dehyph., guix-commits, 2023/06/09
- 26/452: gnu: Add texlive-passivetex., guix-commits, 2023/06/09
- 38/452: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/09
- 40/452: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/09
- 43/452: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/09
- 49/452: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/09
- 72/452: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/09
- 52/452: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/09
- 67/452: gnu: texlive-stringenc: Fix build.,
guix-commits <=
- 58/452: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/09
- 82/452: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/09
- 84/452: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/09
- 80/452: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/09
- 76/452: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/09
- 24/452: gnu: Add texlive-enctex., guix-commits, 2023/06/09
- 27/452: gnu: Add texlive-luabidi., guix-commits, 2023/06/09
- 33/452: gnu: Add texlive-attachfile., guix-commits, 2023/06/09
- 41/452: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/09
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09