mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: texlive-greek-fontenc: Refresh package definition.
* gnu/packages/tex.scm (texlive-greek-fontenc): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
1d0ded385e
commit
c5ec7db831
1 changed files with 14 additions and 11 deletions
|
@ -3755,19 +3755,22 @@ (define-deprecated-package texlive-latex-graphics texlive-graphics)
|
||||||
|
|
||||||
(define-public texlive-greek-fontenc
|
(define-public texlive-greek-fontenc
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-greek-fontenc")
|
||||||
"texlive-greek-fontenc"
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
(list "doc/latex/greek-fontenc/"
|
(list "doc/latex/greek-fontenc/"
|
||||||
"tex/latex/greek-fontenc/"
|
"source/latex/greek-fontenc/"
|
||||||
"source/latex/greek-fontenc/")
|
"tex/latex/greek-fontenc/")
|
||||||
(base32
|
(base32
|
||||||
"1ncsvj5mlnkgllrvqdnbkv0qwpv2y7jkq3x2wdmm7d3daqq0ka5h")
|
"1ncsvj5mlnkgllrvqdnbkv0qwpv2y7jkq3x2wdmm7d3daqq0ka5h")))
|
||||||
#:trivial? #t))
|
(outputs '("out" "doc"))
|
||||||
(home-page "https://ctan.org/language/greek/greek-fontenc")
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/greek-fontenc")
|
||||||
(synopsis "LICR macros and encoding definition files for Greek")
|
(synopsis "LICR macros and encoding definition files for Greek")
|
||||||
(description
|
(description
|
||||||
"The package provides Greek LICR macro definitions and encoding definition files
|
"The package provides Greek LICR macro definitions and encoding
|
||||||
for Greek text font encodings for use with fontenc.")
|
definition files for Greek text font encodings for use with @code{fontenc}.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-hycolor
|
(define-public texlive-hycolor
|
||||||
|
|
Loading…
Reference in a new issue