GNU bug report logs -
#48622
[PATCH core-updates 00/29] TeX Live 2020
Previous Next
Reported by: Marius Bakke <marius <at> gnu.org>
Date: Mon, 24 May 2021 14:41:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #65 received at 48622 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-generic-kvdefinekeys): New public variable.
---
gnu/packages/tex.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3e40144ab7..946fc43082 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7409,6 +7409,21 @@ complete implementations.")
using the e-TeX extension @code{\\numexpr} if it is available.")
(license license:lppl1.3c+)))
+(define-public texlive-generic-kvdefinekeys
+ (package
+ (inherit (simple-texlive-package
+ "texlive-generic-kvdefinekeys"
+ '("/tex/generic/kvdefinekeys/")
+ (base32
+ "12nn74skhwiszbdhawqds31caz6d59a5pjmwar0r8lmk4f1jr3xh")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/kvdefinekeys")
+ (synopsis "Define keys for use in the @code{kvsetkeys} package")
+ (description
+ "This package provides the @code{\\kv <at> define <at> key} (analogous to
+keyval’s @code{\\define <at> key}, to define keys for use by @code{kvsetkeys}.")
+ (license license:lppl1.3c+)))
+
(define-public texlive-generic-listofitems
(package
(name "texlive-generic-listofitems")
--
2.31.1
This bug report was last modified 4 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.