mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-setdeck.
* gnu/packages/tex.scm (texlive-setdeck): New variable.
This commit is contained in:
parent
dd85f4220d
commit
287345ef8f
1 changed files with 16 additions and 0 deletions
|
@ -3892,6 +3892,22 @@ (define-public texlive-scsnowman
|
|||
display many variants of snowman")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public texlive-setdeck
|
||||
(package
|
||||
(name "texlive-setdeck")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/setdeck/" "tex/latex/setdeck/")
|
||||
(base32
|
||||
"11kk04nf37hmv7qw2azjl5r0cqf08khj41b1gp4nikrqvz2p1g49")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/setdeck")
|
||||
(synopsis "Typeset cards for Set")
|
||||
(description "The package will typeset cards for use in a game of Set.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue