[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/47: gnu: Add texlive-labyrinth.
From: |
guix-commits |
Subject: |
23/47: gnu: Add texlive-labyrinth. |
Date: |
Thu, 17 Aug 2023 09:52:34 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5f840b787e36ef7d5c940708563c5440b139d04d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:11:12 2023 +0200
gnu: Add texlive-labyrinth.
* gnu/packages/tex.scm (texlive-labyrinth): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7c9d853594..7586868c32 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8561,6 +8561,26 @@ practical guide to LaTeX2e by Mark Trettin. It focuses
on obsolete packages
and commands.")
(license license:public-domain)))
+(define-public texlive-labyrinth
+ (package
+ (name "texlive-labyrinth")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/labyrinth/"
+ "tex/latex/labyrinth/")
+ (base32
+ "0i4w3dmfjq9vp6m82p4afplca0pdvk36g2h1yskmwbis07bykdgp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/labyrinth")
+ (synopsis "Draw labyrinths and solution paths")
+ (description
+ "The @code{labyrinth} package provides code and an environment for
+typesetting simple labyrinths with LaTeX, and generating an automatic or
+manual solution path.")
+ (license license:lppl)))
+
(define-public texlive-lambda
(package
(name "texlive-lambda")
- 24/47: gnu: Add texlive-logicpuzzle., (continued)
- 24/47: gnu: Add texlive-logicpuzzle., guix-commits, 2023/08/17
- 27/47: gnu: Add texlive-nimsticks., guix-commits, 2023/08/17
- 28/47: gnu: Add texlive-othello., guix-commits, 2023/08/17
- 32/47: gnu: Add texlive-realtranspose., guix-commits, 2023/08/17
- 34/47: gnu: Add texlive-rubik., guix-commits, 2023/08/17
- 37/47: gnu: Add texlive-sgame., guix-commits, 2023/08/17
- 10/47: gnu: Add texlive-crosswrd., guix-commits, 2023/08/17
- 15/47: gnu: Add texlive-go., guix-commits, 2023/08/17
- 11/47: gnu: Add texlive-customdice., guix-commits, 2023/08/17
- 16/47: gnu: Add texlive-hanoi., guix-commits, 2023/08/17
- 23/47: gnu: Add texlive-labyrinth.,
guix-commits <=
- 47/47: gnu: Add texlive-collection-games., guix-commits, 2023/08/17
- 04/47: gnu: Add texlive-bartel-chess-fonts., guix-commits, 2023/08/17
- 21/47: gnu: Add texlive-jeuxcartes., guix-commits, 2023/08/17
- 26/47: gnu: Add texlive-musikui., guix-commits, 2023/08/17
- 25/47: gnu: Add texlive-maze., guix-commits, 2023/08/17
- 31/47: gnu: Add texlive-psgo., guix-commits, 2023/08/17
- 35/47: gnu: Add texlive-schwalbe-chess., guix-commits, 2023/08/17
- 36/47: gnu: Add texlive-scrabble., guix-commits, 2023/08/17
- 38/47: gnu: Add texlive-skak., guix-commits, 2023/08/17
- 39/47: gnu: Add texlive-skaknew., guix-commits, 2023/08/17