gnu: Add texlive-c-pascal.
* gnu/packages/tex.scm (texlive-c-pascal): New variable.
This commit is contained in:
parent
2d41b12cf6
commit
da14c67d79
1 changed files with 19 additions and 0 deletions
|
@ -1346,6 +1346,25 @@ (define-public texlive-borceux
|
|||
;; files in this package without limitation."
|
||||
(license (license:fsf-free "file://doc/generic/borceux/README"))))
|
||||
|
||||
(define-public texlive-c-pascal
|
||||
(package
|
||||
(name "texlive-c-pascal")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/c-pascal/"
|
||||
"tex/generic/c-pascal/")
|
||||
(base32
|
||||
"0kmxki1yclk7lzlidcvsdry7mzm58zzwq3rxgvmpawq2hs8hpcra")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/c-pascal")
|
||||
(synopsis "Typeset Python, C and Pascal programs")
|
||||
(description
|
||||
"This package provides a TeX macro package for easy typesetting programs
|
||||
in Python, C and Pascal. Program source files may also be input.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-dosepsbin
|
||||
(package
|
||||
(name "texlive-dosepsbin")
|
||||
|
|
Loading…
Reference in a new issue