gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-babel-polish!): Remove SIMPLE-TEXLIVE-PACKAGE call.
parent
87142f0a9b
commit
eb44c88923
|
@ -13061,26 +13061,25 @@ settings to typeset Danish documents.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-babel-polish
|
(define-public texlive-babel-polish
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-babel-polish"
|
(name "texlive-babel-polish")
|
||||||
(list "/source/generic/babel-polish/")
|
(version (number->string %texlive-revision))
|
||||||
(base32
|
(source (texlive-origin
|
||||||
"1jymxl98mwxmq0yq90mhrr7bq7c613rh1rnhl7l3bih36af55rwr"))))
|
name version
|
||||||
(package
|
(list "doc/generic/babel-polish/"
|
||||||
(inherit template)
|
"source/generic/babel-polish/"
|
||||||
(arguments
|
"tex/generic/babel-polish/")
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(base32
|
||||||
((#:tex-directory _ '())
|
"0an9csjd4jhz6civdldsrmz7l76hw8zfcgxdp55mj8f1rchsjylx")))
|
||||||
"generic/babel-polish")
|
(outputs '("out" "doc"))
|
||||||
((#:build-targets _ '())
|
(build-system texlive-build-system)
|
||||||
''("polish.ins"))))
|
(home-page "https://ctan.org/pkg/babel-polish")
|
||||||
(home-page "https://www.ctan.org/pkg/babel-polish")
|
(synopsis "Babel support for Polish")
|
||||||
(synopsis "Babel support for Polish")
|
(description
|
||||||
(description
|
"This package provides the language definition file for support of Polish
|
||||||
"This package provides the language definition file for support of
|
in @code{babel}. Some shortcuts are defined, as well as translations to
|
||||||
Polish in @code{babel}. Some shortcuts are defined, as well as translations to
|
Polish of standard LaTeX names.")
|
||||||
Polish of standard ``LaTeX names''.")
|
(license license:lppl1.3+)))
|
||||||
(license license:lppl1.3+))))
|
|
||||||
|
|
||||||
(define-public texlive-mdframed
|
(define-public texlive-mdframed
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue