me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cooking.

* gnu/packages/tex.scm (texlive-cooking): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:42 +02:00
parent 7cb08878c8
commit a63615d8f7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -77063,6 +77063,25 @@ converts the new notation to @code{xkeyval} notation and passes it on to
@code{xkeyval}.")
(license license:lppl1.2+)))
(define-public texlive-cooking
(package
(name "texlive-cooking")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cooking/" "source/latex/cooking/"
"tex/latex/cooking/")
(base32
"0spf9493hw5iqp9hbh5y0imi2z61bxwz51v0c0v3r43pv8cscgpf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cooking")
(synopsis "Typeset recipes")
(description
"The package typesets recipes according to the style used in a well-respected
German cookery book.")
(license license:gpl3+)))
;;;
;;; 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