mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-collection-langpolish.
* gnu/packages/tex.scm (texlive-collection-langpolish): New variable.
This commit is contained in:
parent
7c54893c8f
commit
51e14cd797
1 changed files with 31 additions and 0 deletions
|
@ -34190,6 +34190,37 @@ (define-public texlive-collection-langitalian
|
|||
(description "This collection provides support packages for Italian.")
|
||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||
|
||||
(define-public texlive-collection-langpolish
|
||||
(package
|
||||
(name "texlive-collection-langpolish")
|
||||
(version (number->string %texlive-revision))
|
||||
(source #f)
|
||||
(build-system trivial-build-system)
|
||||
(arguments (list #:builder #~(mkdir #$output)))
|
||||
(propagated-inputs
|
||||
(list texlive-babel-polish
|
||||
texlive-bredzenie
|
||||
texlive-cc-pl
|
||||
texlive-collection-basic
|
||||
texlive-collection-latex
|
||||
texlive-gustlib
|
||||
texlive-gustprog
|
||||
texlive-hyphen-complete
|
||||
texlive-lshort-polish
|
||||
texlive-mex
|
||||
texlive-mwcls
|
||||
texlive-pl
|
||||
texlive-polski
|
||||
texlive-przechlewski-book
|
||||
texlive-qpxqtx
|
||||
texlive-tap
|
||||
texlive-tex-virtual-academy-pl
|
||||
texlive-utf8mex))
|
||||
(home-page "https://www.tug.org/texlive/")
|
||||
(synopsis "Support for Polish")
|
||||
(description "This collection provides support packages for Polish.")
|
||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||
|
||||
(define-public texlive-collection-latex
|
||||
(package
|
||||
(name "texlive-collection-latex")
|
||||
|
|
Loading…
Reference in a new issue