gnu: texlive-fpl: Refresh package definition.
* gnu/packages/tex.scm (texlive-fpl): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
12a1332fb6
commit
9ac2e325dd
1 changed files with 11 additions and 10 deletions
|
@ -11065,16 +11065,17 @@ for fixed point real numbers of high precision.")
|
||||||
|
|
||||||
(define-public texlive-fpl
|
(define-public texlive-fpl
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-fpl")
|
||||||
"texlive-fpl"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/fonts/fpl/"
|
(source (texlive-origin
|
||||||
"/source/fonts/fpl/"
|
name version
|
||||||
"/fonts/afm/public/fpl/"
|
(list "doc/fonts/fpl/" "fonts/afm/public/fpl/"
|
||||||
"/fonts/type1/public/fpl/")
|
"fonts/type1/public/fpl/" "source/fonts/fpl/")
|
||||||
(base32
|
(base32
|
||||||
"02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")
|
"02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")))
|
||||||
#:trivial? #t))
|
(outputs '("out" "doc"))
|
||||||
(home-page "https://www.ctan.org/pkg/fpl")
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/fpl")
|
||||||
(synopsis "SC and OsF fonts for URW Palladio L")
|
(synopsis "SC and OsF fonts for URW Palladio L")
|
||||||
(description "The FPL Fonts provide a set of SC/OsF fonts for URW
|
(description "The FPL Fonts provide a set of SC/OsF fonts for URW
|
||||||
Palladio L which are compatible with the Palatino SC/OsF fonts from
|
Palladio L which are compatible with the Palatino SC/OsF fonts from
|
||||||
|
|
Reference in a new issue