mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-cooking.
* gnu/packages/tex.scm (texlive-cooking): New variable.
This commit is contained in:
parent
7cb08878c8
commit
a63615d8f7
1 changed files with 19 additions and 0 deletions
|
@ -77063,6 +77063,25 @@ (define-public texlive-conv-xkv
|
|||
@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
|
||||
|
|
Loading…
Reference in a new issue