mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: texlive-charter: Propagate texlive-psnfss.
* gnu/packages/tex.scm (texlive-charter)[propagated-inputs]: Add texlive-psnfss.
This commit is contained in:
parent
9003bd8709
commit
e668a9b11d
1 changed files with 3 additions and 0 deletions
|
@ -7276,6 +7276,9 @@ (define-public texlive-charter
|
||||||
(base32
|
(base32
|
||||||
"09l5ymgz48s3hyn776l01g3isk3dnhrj1vdavdw4qq4kfxxpqdn9")
|
"09l5ymgz48s3hyn776l01g3isk3dnhrj1vdavdw4qq4kfxxpqdn9")
|
||||||
#:trivial? #t))
|
#:trivial? #t))
|
||||||
|
;; This provides charter.map.
|
||||||
|
(propagated-inputs
|
||||||
|
`(("texlive-psnfss" ,texlive-psnfss)))
|
||||||
(home-page "https://www.ctan.org/pkg/charter")
|
(home-page "https://www.ctan.org/pkg/charter")
|
||||||
(synopsis "Charter fonts for TeX")
|
(synopsis "Charter fonts for TeX")
|
||||||
(description "This package provides a copy of the Charter Type-1 fonts
|
(description "This package provides a copy of the Charter Type-1 fonts
|
||||||
|
|
Loading…
Reference in a new issue