guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: texlive-charter: Propagate texlive-psnfss.


From: guix-commits
Subject: 03/07: gnu: texlive-charter: Propagate texlive-psnfss.
Date: Mon, 13 Sep 2021 16:51:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e668a9b11df536c67c2f364088b85482d5c9a96d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 13 17:08:24 2021 +0200

    gnu: texlive-charter: Propagate texlive-psnfss.
    
    * gnu/packages/tex.scm (texlive-charter)[propagated-inputs]: Add
    texlive-psnfss.
---
 gnu/packages/tex.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 306f9a4..bb0a1cc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7276,6 +7276,9 @@ package, such as @command{natbib} as well).")
               (base32
                "09l5ymgz48s3hyn776l01g3isk3dnhrj1vdavdw4qq4kfxxpqdn9")
               #:trivial? #t))
+    ;; This provides charter.map.
+    (propagated-inputs
+     `(("texlive-psnfss" ,texlive-psnfss)))
     (home-page "https://www.ctan.org/pkg/charter";)
     (synopsis "Charter fonts for TeX")
     (description "This package provides a copy of the Charter Type-1 fonts



reply via email to

[Prev in Thread] Current Thread [Next in Thread]