mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
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 @@ (define-public texlive-fp
|
|||
|
||||
(define-public texlive-fpl
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-fpl"
|
||||
(list "/doc/fonts/fpl/"
|
||||
"/source/fonts/fpl/"
|
||||
"/fonts/afm/public/fpl/"
|
||||
"/fonts/type1/public/fpl/")
|
||||
(base32
|
||||
"02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/fpl")
|
||||
(name "texlive-fpl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/fpl/" "fonts/afm/public/fpl/"
|
||||
"fonts/type1/public/fpl/" "source/fonts/fpl/")
|
||||
(base32
|
||||
"02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/fpl")
|
||||
(synopsis "SC and OsF fonts for URW Palladio L")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue