me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hanoi.

* gnu/packages/tex.scm (texlive-hanoi): New variable.
Nicolas Goaziou 2023-08-17 15:09:42 +02:00
parent 584013f2ab
commit 9a8caeec04
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -7191,6 +7191,24 @@ programs are provided as sources, not installed in the @file{bin}
directories.")
(license license:public-domain)))
(define-public texlive-hanoi
(package
(name "texlive-hanoi")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/plain/hanoi/")
(base32
"09a7cv76naxzdach5507wdqnjp12amvlia7kw0jh224ydmkzfx9x")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hanoi")
(synopsis "Tower of Hanoi in TeX")
(description
"The Plain TeX program (typed in the shape of the towers of Hanoi) serves
both as a game and as a TeX programming exercise. As a game, it will solve
the towers with (up to) 15 discs.")
(license license:public-domain)))
(define-public texlive-happy4th
(package
(name "texlive-happy4th")