mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-collection-games.
* gnu/packages/tex.scm (texlive-collection-games): New variable.
This commit is contained in:
parent
2cc3983ff8
commit
314e984d6c
1 changed files with 63 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue