gnu: Add texlive-scrabble.
* gnu/packages/tex.scm (texlive-scrabble): New variable.
This commit is contained in:
parent
a36eb99c8d
commit
84d015f5be
1 changed files with 18 additions and 0 deletions
|
@ -12833,6 +12833,24 @@ effortless pretty-printing of SuperCollider source code in documents typeset
|
||||||
with LaTeX and friends.")
|
with LaTeX and friends.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-scrabble
|
||||||
|
(package
|
||||||
|
(name "texlive-scrabble")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/scrabble/" "tex/latex/scrabble/")
|
||||||
|
(base32
|
||||||
|
"1wr85x1kh6457sr61cq6mx8z6zrf61c9659a941wakc610sbqlsx")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/scrabble")
|
||||||
|
(synopsis "Commands for Scrabble boards")
|
||||||
|
(description
|
||||||
|
"This package provides some commands (in English and in French) to work
|
||||||
|
with a Scrabble board.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-scratchx
|
(define-public texlive-scratchx
|
||||||
(package
|
(package
|
||||||
(name "texlive-scratchx")
|
(name "texlive-scratchx")
|
||||||
|
|
Reference in a new issue