[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
326/409: gnu: texlive-inputenx: Refresh package definition.
From: |
guix-commits |
Subject: |
326/409: gnu: texlive-inputenx: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:03:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9a4b81600d13c7cbeae785ee83d1f940d7c7dd8e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:55:45 2023 +0200
gnu: texlive-inputenx: Refresh package definition.
* gnu/packages/tex.scm (texlive-inputenx): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c5bf3e7021..76d1bb5349 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3070,21 +3070,23 @@ UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and
koi8-r.")
(define-public texlive-inputenx
(package
- (inherit (simple-texlive-package
- "texlive-inputenx"
- (list "doc/latex/inputenx/"
- "tex/latex/inputenx/"
- "source/latex/inputenx/")
- (base32
- "0snjndrcynm4w8m9iq8gmadzhrbwvsdy4y1ak24ia0hpsicdi4aj")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/inputenx")
+ (name "texlive-inputenx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/inputenx/" "source/latex/inputenx/"
+ "tex/latex/inputenx/")
+ (base32
+ "0snjndrcynm4w8m9iq8gmadzhrbwvsdy4y1ak24ia0hpsicdi4aj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/inputenx")
(synopsis "Enhanced input encoding handling")
(description
- "This package deals with input encodings. It provides a wider range of
input
-encodings using standard mappings, than does inputenc. It also covers nearly
all
-slots. In this way, it serves as more up to date replacement for the inputenc
-package.")
+ "This package deals with input encodings. It provides a wider range of
+input encodings using standard mappings, than does @code{inputenc}. It also
+covers nearly all slots. In this way, it serves as more up to date
+replacement for the @code{inputenc} package.")
(license license:lppl1.3+)))
(define-public texlive-kpathsea
- 390/409: guix: import: Handle native inputs in texlive importer., (continued)
- 390/409: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/20
- 108/409: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/05/20
- 126/409: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/20
- 270/409: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/20
- 271/409: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/20
- 277/409: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/20
- 283/409: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/20
- 310/409: gnu: Add texlive-cmexb., guix-commits, 2023/05/20
- 311/409: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/20
- 325/409: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/05/20
- 326/409: gnu: texlive-inputenx: Refresh package definition.,
guix-commits <=
- 327/409: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/20
- 331/409: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/20
- 339/409: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/05/20
- 341/409: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/20
- 337/409: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/05/20
- 361/409: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 372/409: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 374/409: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 376/409: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 393/409: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/05/20