[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/37: gnu: Add texlive-latex-kvoptions.
From: |
guix-commits |
Subject: |
22/37: gnu: Add texlive-latex-kvoptions. |
Date: |
Sat, 5 Jun 2021 18:16:59 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit a064a9152fc948c2d18998410a11eae7f583a782
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 17:52:54 2021 +0200
gnu: Add texlive-latex-kvoptions.
* gnu/packages/tex.scm (texlive-latex-kvoptions): New public variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bf716bf..64d6298 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5145,6 +5145,25 @@ transliterate semitic languages; patches to make (La)TeX
formulae embeddable
in SGML; use maths minus in text as appropriate; simple Young tableaux.")
(license license:gpl2)))
+(define-public texlive-latex-kvoptions
+ (package
+ (inherit (simple-texlive-package
+ "texlive-latex-kvoptions"
+ (list "/doc/latex/kvoptions/"
+ "/tex/latex/kvoptions/")
+ (base32
+ "04v733njj6ynf1prj5rxljqbjq925jyycdprc78n7g01knn13wgr")
+ #:trivial? #t))
+ (propagated-inputs
+ `(("texlive-generic-kvsetkeys" ,texlive-generic-kvsetkeys)
+ ("texlive-generic-ltxcmds" ,texlive-generic-ltxcmds)))
+ (home-page "https://www.ctan.org/pkg/kvoptions";)
+ (synopsis "Key/value format for package options")
+ (description
+ "This package provides facilities for using key-value format in
+package options.")
+ (license license:lppl1.3c+)))
+
(define-public texlive-fonts-ec
(package
(name "texlive-fonts-ec")
- 09/37: gnu: Add texlive-latex-hycolor., (continued)
- 09/37: gnu: Add texlive-latex-hycolor., guix-commits, 2021/06/05
- 11/37: gnu: Add texlive-generic-ltxcmds., guix-commits, 2021/06/05
- 12/37: gnu: Add texlive-latex-pdftexcmds., guix-commits, 2021/06/05
- 15/37: gnu: Add texlive-generic-intcalc., guix-commits, 2021/06/05
- 16/37: gnu: Add texlive-generic-bigintcalc., guix-commits, 2021/06/05
- 10/37: gnu: Add texlive-generic-infwarerr., guix-commits, 2021/06/05
- 13/37: gnu: Add texlive-latex-letltxmacro., guix-commits, 2021/06/05
- 18/37: gnu: Add texlive-generic-etexcmds., guix-commits, 2021/06/05
- 20/37: gnu: Add texlive-generic-kvdefinekeys., guix-commits, 2021/06/05
- 21/37: gnu: Add texlive-generic-kvsetkeys., guix-commits, 2021/06/05
- 22/37: gnu: Add texlive-latex-kvoptions.,
guix-commits <=
- 24/37: gnu: Add texlive-generic-uniquecounter., guix-commits, 2021/06/05
- 37/37: gnu: hypre: Update to 2020.0., guix-commits, 2021/06/05
- 31/37: gnu: Add texlive-latex-etoc., guix-commits, 2021/06/05
- 36/37: gnu: texlive-latex-tools: Provide array-2016-10-06.sty., guix-commits, 2021/06/05
- 14/37: gnu: Add texlive-generic-atbegshi., guix-commits, 2021/06/05
- 17/37: gnu: Add texlive-generic-bitset., guix-commits, 2021/06/05
- 19/37: gnu: Add texlive-generic-gettitlestring., guix-commits, 2021/06/05
- 25/37: gnu: Add texlive-latex-rerunfilecheck., guix-commits, 2021/06/05
- 23/37: gnu: Add texlive-generic-pdfescape., guix-commits, 2021/06/05
- 26/37: gnu: texlive-base: Propagate texlive-kpathsea., guix-commits, 2021/06/05