mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-cuisine.
* gnu/packages/tex.scm (texlive-cuisine): New variable.
This commit is contained in:
parent
91d7c07de2
commit
4a490685bb
1 changed files with 19 additions and 0 deletions
|
@ -77622,6 +77622,25 @@ (define-public texlive-csvsimple
|
|||
data sorting or data base storage.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-cuisine
|
||||
(package
|
||||
(name "texlive-cuisine")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/cuisine/" "source/latex/cuisine/"
|
||||
"tex/latex/cuisine/")
|
||||
(base32
|
||||
"1zlp0ravbzb75z99zr3qdga00a5lb9xk7mp67nbj68pn9arb97zd")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/cuisine")
|
||||
(synopsis "Typeset recipes")
|
||||
(description
|
||||
"This package typesets recipes with the ingredients lined up with their method
|
||||
step (somewhat similarly to the layout used in cooking).")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue