aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
koszkoAllow unauthorized `guix pull`W. Kosior3 months
koszko-scriptsAdd `koszko-vpn' branch.W. Kosior3 months
 
n>space:mode:
authorRicardo Wurmus <rekado@elephly.net>2018-03-02 23:06:57 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-03-02 23:06:57 +0100
commitf96eda90d5b015057dfd28d4ef7466dbae4bc3f5 (patch)
tree08595589c6508b932741a9cce784e54c9f133eb6 /tests/combinators.scm
parent7531ee842c19c481b3e4785b36cf6558b054e6b2 (diff)
downloadguix-f96eda90d5b015057dfd28d4ef7466dbae4bc3f5.tar.gz
guix-f96eda90d5b015057dfd28d4ef7466dbae4bc3f5.zip
gnu: Add r-expm.
* gnu/packages/cran.scm (r-expm): New variable.
Diffstat (limited to 'tests/combinators.scm')
0 files changed, 0 insertions, 0 deletions
cm
index be2d433ce0..e58ec5975d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2775,6 +2775,25 @@ patterns supporting a number of Cyrillic font encodings, including T2,
UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.")
(license license:lppl))))
+(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")
+ (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 uptodate replacement for package
+inputenc.")
+ (license license:lppl1.3+)))
+
(define-public texlive-kpathsea
(let ((template (simple-texlive-package
"texlive-kpathsea"