mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add texlive-cd.
* gnu/packages/tex.scm (texlive-cd): New variable.
This commit is contained in:
parent
7d9c09ad5d
commit
82fbb3f6ec
1 changed files with 20 additions and 0 deletions
|
@ -75490,6 +75490,26 @@ (define-public texlive-cclicenses
|
|||
related to CC licences versions 1.0 and 2.0.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-cd
|
||||
(package
|
||||
(name "texlive-cd")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/cd/" "source/latex/cd/"
|
||||
"tex/latex/cd/")
|
||||
(base32
|
||||
"19r5xhrdjsvxhci440apwb85srbw0lrs43hgfipjjzvx8i92n2ab")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/cd")
|
||||
(synopsis "Typeset CD covers")
|
||||
(description
|
||||
"This package helps typesetting CD covers. Normal usage will ordinarily
|
||||
require no more than a simple data file per cover; the package will make
|
||||
a full insert for a CD case (it copes with both normal and slim cases).")
|
||||
(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