[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/416: gnu: Add texlive-selinput.
From: |
guix-commits |
Subject: |
162/416: gnu: Add texlive-selinput. |
Date: |
Sun, 28 May 2023 02:32:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0dea51238a24fedaf4f75dea17e9b84b83eaee97
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:31:38 2023 +0200
gnu: Add texlive-selinput.
* gnu/packages/tex.scm (texlive-selinput): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6586b54713..cc43c7f1c1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5836,6 +5836,29 @@ corresponding thing with the page reference of the
label.")
(define-deprecated-package texlive-latex-refcount texlive-refcount)
+(define-public texlive-selinput
+ (package
+ (name "texlive-selinput")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/selinput/" "source/latex/selinput/"
+ "tex/latex/selinput/")
+ (base32
+ "0x8l98r6xzyi4lc909bv7ii2nbpff8j7j3q4z86l7rrjk1jkx9qi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-kvoptions
+ texlive-kvsetkeys
+ texlive-stringenc))
+ (home-page "https://ctan.org/pkg/selinput")
+ (synopsis "Semi-automatic detection of input encoding")
+ (description
+ "This package selects the input encoding by specifying pairs of input
+characters and their glyph names.")
+ (license license:lppl1.3+)))
+
(define-public texlive-seminar
(package
(inherit (simple-texlive-package
- 136/416: gnu: texlive-adjustbox: Refresh package definition., (continued)
- 136/416: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/28
- 151/416: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/28
- 146/416: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/28
- 137/416: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/28
- 157/416: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/28
- 156/416: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/28
- 160/416: gnu: Add texlive-lipsum., guix-commits, 2023/05/28
- 158/416: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/28
- 161/416: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/28
- 165/416: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/28
- 162/416: gnu: Add texlive-selinput.,
guix-commits <=
- 169/416: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/05/28
- 171/416: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/28
- 179/416: gnu: Add texlive-incgraph., guix-commits, 2023/05/28
- 181/416: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/28
- 177/416: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/28
- 190/416: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/28
- 184/416: gnu: Add texlive-etextools., guix-commits, 2023/05/28
- 191/416: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/28
- 198/416: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/28
- 213/416: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/28