gnu: Add texlive-collection-games.

* gnu/packages/tex.scm (texlive-collection-games): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 15:26:21 +02:00
parent 2cc3983ff8
commit 314e984d6c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -46027,6 +46027,69 @@ (define-public texlive-collection-formatsextra
HiTeX engine and related.") HiTeX engine and related.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html")))) (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-games
(package
(name "texlive-collection-games")
(version (number->string %texlive-revision))
(source #f)
(build-system trivial-build-system)
(arguments (list #:builder #~(mkdir #$output)))
(propagated-inputs
(list texlive-bartel-chess-fonts
texlive-chess
texlive-chess-problem-diagrams
texlive-chessboard
texlive-chessfss
texlive-chinesechess
texlive-collection-latex
texlive-crossword
texlive-crosswrd
texlive-customdice
texlive-egameps
texlive-gamebook
texlive-gamebooklib
texlive-go
texlive-hanoi
texlive-havannah
texlive-hexboard
texlive-hexgame
texlive-hmtrump
texlive-horoscop
texlive-jeuxcartes
texlive-jigsaw
texlive-labyrinth
texlive-logicpuzzle
texlive-mahjong
texlive-maze
texlive-musikui
texlive-nimsticks
texlive-onedown
texlive-othello
texlive-othelloboard
texlive-pas-crosswords
texlive-psgo
texlive-realtranspose
texlive-reverxii
texlive-rubik
texlive-schwalbe-chess
texlive-scrabble
texlive-sgame
texlive-skak
texlive-skaknew
texlive-soup
texlive-sudoku
texlive-sudokubundle
texlive-tangramtikz
texlive-wargame
texlive-xq
texlive-xskak))
(home-page "https://www.tug.org/texlive/")
(synopsis "Games typesetting")
(description
"This collection includes setups for typesetting various games,
including chess.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-humanities (define-public texlive-collection-humanities
(package (package
(name "texlive-collection-humanities") (name "texlive-collection-humanities")